2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-09-11 18:09:50 +02:00
|
|
|
{ cabal, aeson, hspec, monadControl, monadLogger, pathPieces
|
|
|
|
, persistent, QuickCheck, tagged, text, transformers
|
|
|
|
, unorderedContainers
|
2013-02-24 22:09:07 +01:00
|
|
|
}:
|
2011-07-07 21:40:40 +00:00
|
|
|
|
2011-08-09 23:00:20 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2011-07-07 21:40:40 +00:00
|
|
|
pname = "persistent-template";
|
2014-09-19 12:51:41 +02:00
|
|
|
version = "2.0.3.2";
|
|
|
|
sha256 = "0g4s5g0kn87cnch7ci26c4qkx157iscvvkdyazd49z58vczcpavv";
|
2013-05-30 11:01:48 +02:00
|
|
|
buildDepends = [
|
2014-09-11 18:09:50 +02:00
|
|
|
aeson monadControl monadLogger pathPieces persistent tagged text
|
|
|
|
transformers unorderedContainers
|
2013-05-30 11:01:48 +02:00
|
|
|
];
|
2014-01-02 00:21:13 +01:00
|
|
|
testDepends = [
|
|
|
|
aeson hspec persistent QuickCheck text transformers
|
|
|
|
];
|
2014-06-05 12:13:45 +02:00
|
|
|
jailbreak = true;
|
2011-07-07 21:40:40 +00:00
|
|
|
meta = {
|
2011-08-29 20:27:28 +00:00
|
|
|
homepage = "http://www.yesodweb.com/book/persistent";
|
2011-08-11 13:03:51 +00:00
|
|
|
description = "Type-safe, non-relational, multi-backend persistence";
|
2012-04-09 12:37:39 +00:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
2011-08-09 23:00:20 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-07-07 21:40:40 +00:00
|
|
|
};
|
|
|
|
})
|