forked from mirrors/nixpkgs
haskell-attoparsec: updated to version 0.10.0.3
svn path=/nixpkgs/trunk/; revision=30687
This commit is contained in:
parent
4e4fbd75c3
commit
787d692667
|
@ -1,12 +1,12 @@
|
|||
{ cabal, deepseq }:
|
||||
{ cabal, deepseq, text }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "attoparsec";
|
||||
version = "0.9.1.2";
|
||||
sha256 = "0h9j4gn376k6j3v9l6pk7a4vxabkwk80043x6xlyxsh8p77jgj3v";
|
||||
buildDepends = [ deepseq ];
|
||||
version = "0.10.0.3";
|
||||
sha256 = "0qlmjv8fhbx0xk8vkhlm01qmqlbk7xl98vfhcnlcjjrc5wkj0pjc";
|
||||
buildDepends = [ deepseq text ];
|
||||
meta = {
|
||||
homepage = "https://bitbucket.org/bos/attoparsec";
|
||||
homepage = "https://github.com/bos/attoparsec";
|
||||
description = "Fast combinator parsing for bytestrings";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
|
|
Loading…
Reference in a new issue