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 23:40:40 +02:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2011-07-07 23:40:40 +02:00
|
|
|
pname = "persistent-template";
|
2014-10-13 13:03:11 +02:00
|
|
|
version = "2.1";
|
|
|
|
sha256 = "0rj3yqm38kg7lvj9hi4c5yaypvxj6pwb47b0kg8h2hsa0rshhrdy";
|
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 23:40:40 +02:00
|
|
|
meta = {
|
2011-08-29 22:27:28 +02:00
|
|
|
homepage = "http://www.yesodweb.com/book/persistent";
|
2011-08-11 15:03:51 +02:00
|
|
|
description = "Type-safe, non-relational, multi-backend persistence";
|
2012-04-09 14:37:39 +02:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
2011-08-10 01:00:20 +02:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-07-07 23:40:40 +02:00
|
|
|
};
|
|
|
|
})
|