haskell-pretty-show: the build requires happy version 1.19.x.

This commit is contained in:
Peter Simons 2013-12-09 14:23:56 +01:00
parent a47b25da5b
commit fbdbe45393

View File

@ -1771,7 +1771,9 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
ppm = callPackage ../development/libraries/haskell/ppm {};
prettyShow = callPackage ../development/libraries/haskell/pretty-show {};
prettyShow = callPackage ../development/libraries/haskell/pretty-show {
happy = self.happy_1_19_2;
};
punycode = callPackage ../development/libraries/haskell/punycode {};