mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
haskell-parsers: update to version 0.11.0.3
This commit is contained in:
parent
a9b0361cbf
commit
35f380c7ba
@ -4,8 +4,8 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "parsers";
|
||||
version = "0.11.0.2";
|
||||
sha256 = "0b2qb6lhn647926s2g7qrzhnvnym5dr7fny784bv19mfvimwi81c";
|
||||
version = "0.11.0.3";
|
||||
sha256 = "0cwjzk76i7isg7h1xl9iv6x87vfw3x2x5jaacx85g8v45lv7g88s";
|
||||
buildDepends = [
|
||||
attoparsec charset parsec text transformers unorderedContainers
|
||||
];
|
@ -1693,8 +1693,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
parsec = self.parsec_3_1_5;
|
||||
|
||||
parsers_0_10_3 = callPackage ../development/libraries/haskell/parsers/0.10.3.nix {};
|
||||
parsers_0_11_0_2 = callPackage ../development/libraries/haskell/parsers/0.11.0.2.nix {};
|
||||
parsers = self.parsers_0_11_0_2;
|
||||
parsers_0_11_0_3 = callPackage ../development/libraries/haskell/parsers/0.11.0.3.nix {};
|
||||
parsers = self.parsers_0_11_0_3;
|
||||
|
||||
parsimony = callPackage ../development/libraries/haskell/parsimony {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user