2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-08-12 10:48:07 +02:00
|
|
|
{ cabal, smallcheck, tasty, tastyHunit, tastySmallcheck
|
2014-05-04 06:01:00 +02:00
|
|
|
, transformers
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "regex-applicative";
|
2014-08-12 10:48:07 +02:00
|
|
|
version = "0.3.0.3";
|
|
|
|
sha256 = "111j6x1j7bx5viz2hmgyvcdwfrv5x3f9mifx888hyd3hz850wpwc";
|
2014-05-04 06:01:00 +02:00
|
|
|
buildDepends = [ transformers ];
|
|
|
|
testDepends = [
|
2014-08-12 10:48:07 +02:00
|
|
|
smallcheck tasty tastyHunit tastySmallcheck transformers
|
2014-05-04 06:01:00 +02:00
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/feuerbach/regex-applicative";
|
|
|
|
description = "Regex-based parsing with applicative interface";
|
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|