mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-pretty-show: update to version 1.6.7
This commit is contained in:
parent
7cbadb51e1
commit
04ddcf6079
2 changed files with 4 additions and 4 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "pretty-show";
|
||||
version = "1.6.5";
|
||||
sha256 = "0yn20gh2xwzvfwb9fdzxqqbbb6vvd4rlv5ancw4vc8p2kgfhwxf3";
|
||||
version = "1.6.7";
|
||||
sha256 = "16qjp6cl3hyir5bchnncq95bp7nw5cpp5kd5mszkjjhzw1jj9srz";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ filepath haskellLexer ];
|
|
@ -1937,10 +1937,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_5 = callPackage ../development/libraries/haskell/pretty-show/1.6.5.nix {
|
||||
prettyShow_1_6_7 = callPackage ../development/libraries/haskell/pretty-show/1.6.7.nix {
|
||||
happy = self.happy_1_19_2;
|
||||
};
|
||||
prettyShow = self.prettyShow_1_6_5;
|
||||
prettyShow = self.prettyShow_1_6_7;
|
||||
|
||||
punycode = callPackage ../development/libraries/haskell/punycode {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue