haskell: remove conduit override from configuration-ghc-7.8.x.nix for the sake of stackage LTS

This commit is contained in:
Peter Simons 2015-09-16 15:42:25 +02:00
parent 0838eabbea
commit f7f1984589

@ -121,10 +121,6 @@ self: super: {
# needs mtl-compat to build with mtl 2.1.x
cgi = addBuildDepend super.cgi self.mtl-compat;
# Newer versions always trigger the non-deterministic library ID bug
# and are virtually impossible to compile on Hydra.
conduit = super.conduit_1_2_4_1;
# https://github.com/magthe/sandi/issues/7
sandi = overrideCabal super.sandi (drv: {
postPatch = "sed -i -e 's|base ==4.8.*,|base,|' sandi.cabal";