2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-02-24 22:09:07 +01:00
|
|
|
{ cabal, QuickCheck, random, testFramework
|
|
|
|
, testFrameworkQuickcheck2, text
|
|
|
|
}:
|
2011-07-07 23:40:43 +02:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2011-07-07 23:40:43 +02:00
|
|
|
pname = "hashable";
|
2012-08-16 15:41:22 +02:00
|
|
|
version = "1.1.2.5";
|
|
|
|
sha256 = "0gbiaj5ck2bvvinndp2pg7qsm2h2izbnz9wi97dbm7i8r4qd9d9z";
|
2012-02-16 15:05:41 +01:00
|
|
|
buildDepends = [ text ];
|
2013-02-24 22:09:07 +01:00
|
|
|
testDepends = [
|
|
|
|
QuickCheck random testFramework testFrameworkQuickcheck2 text
|
|
|
|
];
|
2011-07-07 23:40:43 +02:00
|
|
|
meta = {
|
2011-08-10 01:00:20 +02:00
|
|
|
homepage = "http://github.com/tibbe/hashable";
|
2011-07-07 23:40:43 +02:00
|
|
|
description = "A class for types that can be converted to a hash value";
|
2011-08-10 01:00:20 +02:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 12:43:40 +02:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
2011-07-07 23:40:43 +02:00
|
|
|
};
|
|
|
|
})
|