mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
haskell-parsers: update to version 0.10.3
This commit is contained in:
parent
f687687e7d
commit
d6d943b31f
@ -4,8 +4,8 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "parsers";
|
||||
version = "0.10.2";
|
||||
sha256 = "092wck874sdyyh4aql5kzsm8k9a7dscgndvzarhh98by5k3n45bk";
|
||||
version = "0.10.3";
|
||||
sha256 = "1s9n59q77h0w1csq7yh945b53847a9hnpvviashgxyi7ahvw7jli";
|
||||
buildDepends = [
|
||||
charset parsec text transformers unorderedContainers
|
||||
];
|
@ -1852,8 +1852,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_2 = callPackage ../development/libraries/haskell/parsers/0.10.2.nix {};
|
||||
parsers = self.parsers_0_10_2;
|
||||
parsers_0_10_3 = callPackage ../development/libraries/haskell/parsers/0.10.3.nix {};
|
||||
parsers = self.parsers_0_10_3;
|
||||
|
||||
parsimony = callPackage ../development/libraries/haskell/parsimony {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user