haskell-parsers: update to version 0.10
This commit is contained in:
parent
0bfd9cd3a1
commit
a8c8120626
@ -1,12 +1,14 @@
|
|||||||
{ cabal, charset, doctest, filepath, text, transformers
|
{ cabal, charset, doctest, filepath, parsec, text, transformers
|
||||||
, unorderedContainers
|
, unorderedContainers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "parsers";
|
pname = "parsers";
|
||||||
version = "0.9";
|
version = "0.10";
|
||||||
sha256 = "04lbayvdv2hax4s9sqlnia7jpzv1sgls41ylql0xbi2zhz5rvyyi";
|
sha256 = "090dvmdb1kmnc3k2x170y9fdifxi16hzkij1gzc51flx3bpx40i1";
|
||||||
buildDepends = [ charset text transformers unorderedContainers ];
|
buildDepends = [
|
||||||
|
charset parsec text transformers unorderedContainers
|
||||||
|
];
|
||||||
testDepends = [ doctest filepath ];
|
testDepends = [ doctest filepath ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/ekmett/parsers/";
|
homepage = "http://github.com/ekmett/parsers/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user