Skip to content

Commit

Permalink
haskell-parsers: update to version 0.11.0.2
Browse files Browse the repository at this point in the history
Unfortunately, there are still build errors with this package (see
ekmett/parsers#39). We need the latest
version, though, because older ones won't work with the latest
attoparsec.
  • Loading branch information
peti committed Jun 9, 2014
1 parent b3c9513 commit 20da5ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

cabal.mkDerivation (self: {
pname = "parsers";
version = "0.11.0.1";
sha256 = "0jg91zzsq12vxxsxrd1kx8h2c06asccymjbpx0zl7nvj5dhjfkpq";
version = "0.11.0.2";
sha256 = "0b2qb6lhn647926s2g7qrzhnvnym5dr7fny784bv19mfvimwi81c";
buildDepends = [
attoparsec charset parsec text transformers unorderedContainers
];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/top-level/haskell-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1644,8 +1644,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_1 = callPackage ../development/libraries/haskell/parsers/0.11.0.1.nix {};
parsers = self.parsers_0_11_0_1;
parsers_0_11_0_2 = callPackage ../development/libraries/haskell/parsers/0.11.0.2.nix {};
parsers = self.parsers_0_11_0_2;

parsimony = callPackage ../development/libraries/haskell/parsimony {};

Expand Down

0 comments on commit 20da5ec

Please sign in to comment.