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