mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
haskell-parsers: update to version 0.10.2
This commit is contained in:
parent
3c1e0ec7b9
commit
0341d0abcf
@ -4,8 +4,8 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "parsers";
|
||||
version = "0.10.1.2";
|
||||
sha256 = "1malfr2ls7f6di2rj2jcyxyqvjz0vb3p3v06j0r9if1bkjfzfp2j";
|
||||
version = "0.10.2";
|
||||
sha256 = "092wck874sdyyh4aql5kzsm8k9a7dscgndvzarhh98by5k3n45bk";
|
||||
buildDepends = [
|
||||
charset parsec text transformers unorderedContainers
|
||||
];
|
@ -1761,8 +1761,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
|
||||
parsec = self.parsec3;
|
||||
|
||||
parsers_0_9 = callPackage ../development/libraries/haskell/parsers/0.9.nix {};
|
||||
parsers_0_10_1_2 = callPackage ../development/libraries/haskell/parsers/0.10.1.2.nix {};
|
||||
parsers = self.parsers_0_10_1_2;
|
||||
parsers_0_10_2 = callPackage ../development/libraries/haskell/parsers/0.10.2.nix {};
|
||||
parsers = self.parsers_0_10_2;
|
||||
|
||||
parsimony = callPackage ../development/libraries/haskell/parsimony {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user