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

haskell: haskell-src-exts-simple: Remove configuration
This commit is contained in:
Peter Simons 2017-05-02 08:59:09 +02:00 committed by GitHub
commit 7b17f00f2f

View file

@ -687,9 +687,6 @@ self: super: {
# The latest Hoogle needs versions not yet in LTS Haskell 7.x.
hoogle = super.hoogle.override { haskell-src-exts = self.haskell-src-exts_1_19_1; };
# Needs new version.
haskell-src-exts-simple = super.haskell-src-exts-simple.override { haskell-src-exts = self.haskell-src-exts_1_19_1; };
# https://github.com/Philonous/hs-stun/pull/1
# Remove if a version > 0.1.0.1 ever gets released.
stunclient = overrideCabal super.stunclient (drv: {