2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-05-09 04:25:59 -07:00
|
|
|
{ cabal, aeson, attoparsec, base64Bytestring, blazeHtml
|
2014-09-11 09:09:53 -07:00
|
|
|
, blazeMarkup, conduit, exceptions, fastLogger, hspec, liftedBase
|
|
|
|
, monadControl, monadLogger, mtl, pathPieces, resourcePool
|
|
|
|
, resourcet, scientific, silently, sqlite, tagged, text, time
|
|
|
|
, transformers, transformersBase, unorderedContainers, vector
|
2011-08-09 16:00:20 -07:00
|
|
|
}:
|
2010-07-21 02:41:12 -07:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2010-07-21 02:41:12 -07:00
|
|
|
pname = "persistent";
|
2014-11-06 05:32:41 -08:00
|
|
|
version = "2.1.1";
|
|
|
|
sha256 = "0wmvjizz0zx5i9q5sh8hvsks14q6if4s0dnk63f9mw03jb8jpdd1";
|
2011-08-09 16:00:20 -07:00
|
|
|
buildDepends = [
|
2012-05-09 04:25:59 -07:00
|
|
|
aeson attoparsec base64Bytestring blazeHtml blazeMarkup conduit
|
2014-09-11 09:09:53 -07:00
|
|
|
exceptions fastLogger liftedBase monadControl monadLogger mtl
|
|
|
|
pathPieces resourcePool resourcet scientific silently tagged text
|
|
|
|
time transformers transformersBase unorderedContainers vector
|
2010-07-21 02:41:12 -07:00
|
|
|
];
|
2013-05-30 02:01:48 -07:00
|
|
|
testDepends = [
|
|
|
|
aeson attoparsec base64Bytestring blazeHtml conduit hspec
|
2014-01-13 06:40:07 -08:00
|
|
|
monadControl monadLogger pathPieces resourcet scientific text time
|
2013-05-30 02:01:48 -07:00
|
|
|
transformers unorderedContainers vector
|
|
|
|
];
|
2011-08-09 16:00:20 -07:00
|
|
|
extraLibraries = [ sqlite ];
|
2010-07-21 02:41:12 -07:00
|
|
|
meta = {
|
2011-08-29 13:27:34 -07:00
|
|
|
homepage = "http://www.yesodweb.com/book/persistent";
|
2012-02-10 03:32:50 -08:00
|
|
|
description = "Type-safe, multi-backend data serialization";
|
2012-04-09 05:37:39 -07:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
2011-08-09 16:00:20 -07:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2010-07-21 02:41:12 -07:00
|
|
|
};
|
|
|
|
})
|