haskell-pretty-show: update to version 1.6.5

This commit is contained in:
Peter Simons 2014-01-08 12:31:42 +01:00
parent e480a68f4f
commit 55e1937573
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "pretty-show";
version = "1.6.3";
sha256 = "161zhbsqa86s1gqa7ss8pimw2msdlvgjlldh6ryizc17579dfcfw";
version = "1.6.5";
sha256 = "0yn20gh2xwzvfwb9fdzxqqbbb6vvd4rlv5ancw4vc8p2kgfhwxf3";
isLibrary = true;
isExecutable = true;
buildDepends = [ filepath haskellLexer ];

View File

@ -1821,10 +1821,10 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
prettyclass = callPackage ../development/libraries/haskell/prettyclass {};
prettyShow_1_2 = callPackage ../development/libraries/haskell/pretty-show/1.2.nix {};
prettyShow_1_6_3 = callPackage ../development/libraries/haskell/pretty-show/1.6.3.nix {
prettyShow_1_6_5 = callPackage ../development/libraries/haskell/pretty-show/1.6.5.nix {
happy = self.happy_1_19_2;
};
prettyShow = self.prettyShow_1_6_3;
prettyShow = self.prettyShow_1_6_5;
punycode = callPackage ../development/libraries/haskell/punycode {};