haskell-parsers: update to version 0.10.1.1
This commit is contained in:
parent
b1f7180d6c
commit
53cc2aa312
2 changed files with 4 additions and 4 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "parsers";
|
||||
version = "0.10";
|
||||
sha256 = "090dvmdb1kmnc3k2x170y9fdifxi16hzkij1gzc51flx3bpx40i1";
|
||||
version = "0.10.1.1";
|
||||
sha256 = "1w3dj3r2l0w54rafngrp7r1spqznbj5yzilkprqxvbvvj3jxgn5a";
|
||||
buildDepends = [
|
||||
charset parsec text transformers unorderedContainers
|
||||
];
|
|
@ -1654,8 +1654,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 = callPackage ../development/libraries/haskell/parsers/0.10.nix {};
|
||||
parsers = self.parsers_0_10;
|
||||
parsers_0_10_1_1 = callPackage ../development/libraries/haskell/parsers/0.10.1.1.nix {};
|
||||
parsers = self.parsers_0_10_1_1;
|
||||
|
||||
parsimony = callPackage ../development/libraries/haskell/parsimony {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue