2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-03-04 01:54:13 -08:00
|
|
|
{ cabal, Cabal, filepath, HUnit, QuickCheck, random, testFramework
|
2013-02-24 13:09:07 -08:00
|
|
|
, testFrameworkQuickcheck2
|
|
|
|
}:
|
2008-01-17 08:54:48 -08:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2008-01-17 08:54:48 -08:00
|
|
|
pname = "binary";
|
2014-10-13 04:06:02 -07:00
|
|
|
version = "0.7.2.2";
|
|
|
|
sha256 = "10z1b9axgfg9kb44b8sfxd5mak5qaqyjfwn4i21y37zgf7wadblr";
|
2013-02-24 13:09:07 -08:00
|
|
|
testDepends = [
|
2013-03-04 01:54:13 -08:00
|
|
|
Cabal filepath HUnit QuickCheck random testFramework
|
|
|
|
testFrameworkQuickcheck2
|
2013-02-24 13:09:07 -08:00
|
|
|
];
|
2008-01-17 08:54:48 -08:00
|
|
|
meta = {
|
2012-09-17 07:17:56 -07:00
|
|
|
homepage = "https://github.com/kolmodin/binary";
|
2011-08-09 16:00:20 -07:00
|
|
|
description = "Binary serialisation for Haskell values using lazy ByteStrings";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2008-01-17 08:54:48 -08:00
|
|
|
};
|
2011-03-28 08:04:00 -07:00
|
|
|
})
|