33 lines
1.2 KiB
Nix
33 lines
1.2 KiB
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, aeson, attoparsec, base64Bytestring, blazeHtml
|
|
, blazeMarkup, conduit, exceptions, fastLogger, hspec, liftedBase
|
|
, monadControl, monadLogger, mtl, pathPieces, resourcePool
|
|
, resourcet, scientific, silently, sqlite, tagged, text, time
|
|
, transformers, transformersBase, unorderedContainers, vector
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "persistent";
|
|
version = "2.1.1";
|
|
sha256 = "0wmvjizz0zx5i9q5sh8hvsks14q6if4s0dnk63f9mw03jb8jpdd1";
|
|
buildDepends = [
|
|
aeson attoparsec base64Bytestring blazeHtml blazeMarkup conduit
|
|
exceptions fastLogger liftedBase monadControl monadLogger mtl
|
|
pathPieces resourcePool resourcet scientific silently tagged text
|
|
time transformers transformersBase unorderedContainers vector
|
|
];
|
|
testDepends = [
|
|
aeson attoparsec base64Bytestring blazeHtml conduit hspec
|
|
monadControl monadLogger pathPieces resourcet scientific text time
|
|
transformers unorderedContainers vector
|
|
];
|
|
extraLibraries = [ sqlite ];
|
|
meta = {
|
|
homepage = "http://www.yesodweb.com/book/persistent";
|
|
description = "Type-safe, multi-backend data serialization";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|