2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-09-11 16:09:50 +00:00
|
|
|
{ cabal, aeson, hspec, monadControl, monadLogger, pathPieces
|
|
|
|
, persistent, QuickCheck, tagged, text, transformers
|
|
|
|
, unorderedContainers
|
2013-02-24 21:09:07 +00: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-10-13 11:03:11 +00:00
|
|
|
version = "2.1";
|
|
|
|
sha256 = "0rj3yqm38kg7lvj9hi4c5yaypvxj6pwb47b0kg8h2hsa0rshhrdy";
|
2013-05-30 09:01:48 +00:00
|
|
|
buildDepends = [
|
2014-09-11 16:09:50 +00:00
|
|
|
aeson monadControl monadLogger pathPieces persistent tagged text
|
|
|
|
transformers unorderedContainers
|
2013-05-30 09:01:48 +00:00
|
|
|
];
|
2014-01-01 23:21:13 +00:00
|
|
|
testDepends = [
|
|
|
|
aeson hspec persistent QuickCheck text transformers
|
|
|
|
];
|
2014-06-05 10:13:45 +00: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
|
|
|
};
|
|
|
|
})
|