2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-02-24 21:09:07 +00:00
|
|
|
{ cabal, deepseq, hashable, HUnit, testFramework
|
|
|
|
, testFrameworkHunit, text
|
|
|
|
}:
|
2011-07-07 20:08:51 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2011-07-07 20:08:51 +01:00
|
|
|
pname = "case-insensitive";
|
2013-05-05 18:15:22 +01:00
|
|
|
version = "1.0.0.2";
|
|
|
|
sha256 = "11cczwg11y6pfsidj1i052rhri98sgg2qzf0ixgjq1gywakjx5f2";
|
2013-01-30 10:29:39 +00:00
|
|
|
buildDepends = [ deepseq hashable text ];
|
2013-02-24 21:09:07 +00:00
|
|
|
testDepends = [ HUnit testFramework testFrameworkHunit text ];
|
2011-07-07 20:08:51 +01:00
|
|
|
meta = {
|
2011-12-02 11:47:03 +00:00
|
|
|
homepage = "https://github.com/basvandijk/case-insensitive";
|
2011-07-07 20:08:51 +01:00
|
|
|
description = "Case insensitive string comparison";
|
2011-08-10 00:00:20 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 11:43:40 +01:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
2011-07-07 20:08:51 +01:00
|
|
|
};
|
|
|
|
})
|