2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-09-06 23:49:32 +02:00
|
|
|
{ cabal, regexBase, regexTdfa }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "regex-compat-tdfa";
|
2013-10-10 11:50:47 +02:00
|
|
|
version = "0.95.1.4";
|
|
|
|
sha256 = "1p90fn90yhp7fvljjdqjp41cszidcfz4pw7fwvzyx4739b98x8sg";
|
2013-09-06 23:49:32 +02:00
|
|
|
buildDepends = [ regexBase regexTdfa ];
|
|
|
|
meta = {
|
|
|
|
homepage = "http://hub.darcs.net/shelarcy/regex-compat-tdfa";
|
|
|
|
description = "Unicode Support version of Text.Regex, using regex-tdfa";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|