forked from mirrors/nixpkgs
haskell-attoparsec: update to version 0.10.4.0
This commit is contained in:
parent
db63a24ac0
commit
1469a0862f
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "attoparsec";
|
pname = "attoparsec";
|
||||||
version = "0.10.3.0";
|
version = "0.10.4.0";
|
||||||
sha256 = "1l4cnfgnynrprfvx0p3n6kca8arsmvb1yxb9ir782rrk537jci50";
|
sha256 = "0inkcrl40j9kgcmmi0xkcszayqjd5yn7i9fyvv0ywfqwpl6lxf5n";
|
||||||
buildDepends = [ deepseq text ];
|
buildDepends = [ deepseq text ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/bos/attoparsec";
|
homepage = "https://github.com/bos/attoparsec";
|
||||||
description = "Fast combinator parsing for bytestrings";
|
description = "Fast combinator parsing for bytestrings and text";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
|
|
Loading…
Reference in a new issue