2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-04-19 10:47:36 +02:00
|
|
|
{ cabal, cereal, extensibleExceptions, filepath, mtl, network
|
|
|
|
, safecopy, stm
|
2013-04-19 07:09:12 +02:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "acid-state";
|
2014-10-12 18:01:15 +02:00
|
|
|
version = "0.12.3";
|
|
|
|
sha256 = "099n8a5qxrjzhw0jgmshcpkvynkj2v4a8a6lwy9fvg586nhcy9j1";
|
2013-04-19 07:09:12 +02:00
|
|
|
buildDepends = [
|
2013-04-19 10:47:36 +02:00
|
|
|
cereal extensibleExceptions filepath mtl network safecopy stm
|
2013-04-19 07:09:12 +02:00
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "http://acid-state.seize.it/";
|
2013-04-19 10:47:36 +02:00
|
|
|
description = "Add ACID guarantees to any serializable Haskell data structure";
|
2013-04-19 07:09:12 +02:00
|
|
|
license = self.stdenv.lib.licenses.publicDomain;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|