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