2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal, mtl, parsec, regexBase }:
|
2010-09-13 11:30:54 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2010-09-13 11:30:54 +01:00
|
|
|
pname = "regex-tdfa";
|
2014-02-02 19:14:15 +00:00
|
|
|
version = "1.2.0";
|
|
|
|
sha256 = "00gl9sx3hzd83lp38jlcj7wvzrda8kww7njwlm1way73m8aar0pw";
|
2012-02-16 14:05:41 +00:00
|
|
|
buildDepends = [ mtl parsec regexBase ];
|
2010-09-13 11:30:54 +01:00
|
|
|
meta = {
|
2011-08-10 00:00:20 +01:00
|
|
|
homepage = "http://hackage.haskell.org/package/regex-tdfa";
|
2010-09-13 11:30:54 +01:00
|
|
|
description = "Replaces/Enhances Text.Regex";
|
2011-08-10 00:00:20 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2010-09-13 11:30:54 +01:00
|
|
|
};
|
|
|
|
})
|