haskell-pretty-show: update to version 1.6.3

This commit is contained in:
Peter Simons 2013-12-19 11:34:40 +01:00
parent bcf507f3c2
commit 57713cd258
2 changed files with 4 additions and 4 deletions

View File

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

View File

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