Merge pull request #25400 from ljli/hse-simple-no-conf

haskell: haskell-src-exts-simple: Remove configuration

authored by Peter Simons and committed by GitHub 7b17f00f c609aece

-3
-3
pkgs/development/haskell-modules/configuration-common.nix
··· 687 687 # The latest Hoogle needs versions not yet in LTS Haskell 7.x. 688 688 hoogle = super.hoogle.override { haskell-src-exts = self.haskell-src-exts_1_19_1; }; 689 689 690 - # Needs new version. 691 - haskell-src-exts-simple = super.haskell-src-exts-simple.override { haskell-src-exts = self.haskell-src-exts_1_19_1; }; 692 - 693 690 # https://github.com/Philonous/hs-stun/pull/1 694 691 # Remove if a version > 0.1.0.1 ever gets released. 695 692 stunclient = overrideCabal super.stunclient (drv: {