2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-03-21 17:47:12 +00:00
|
|
|
{ cabal, blazeBuilder, conduit, hspec, persistent, persistentSqlite
|
|
|
|
, persistentTemplate, resourcePool, resourcet, text, transformers
|
2014-06-10 18:33:58 +00:00
|
|
|
, waiExtra, waiTest, yesodCore
|
2013-05-30 09:01:50 +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 = "yesod-persistent";
|
2014-06-10 18:33:58 +00:00
|
|
|
version = "1.2.3";
|
|
|
|
sha256 = "1kdspz6y32r8kl0qk89hgwi4n6dnxch7wriv829cnwqm0bzjfdpw";
|
2011-08-09 23:00:20 +00:00
|
|
|
buildDepends = [
|
2014-03-21 17:47:12 +00:00
|
|
|
blazeBuilder conduit persistent persistentTemplate resourcePool
|
|
|
|
resourcet transformers yesodCore
|
2013-05-30 09:01:50 +00:00
|
|
|
];
|
|
|
|
testDepends = [
|
2014-06-10 18:33:58 +00:00
|
|
|
blazeBuilder conduit hspec persistent persistentSqlite text
|
|
|
|
waiExtra waiTest yesodCore
|
2011-07-07 21:40:40 +00:00
|
|
|
];
|
|
|
|
meta = {
|
2011-08-09 23:00:20 +00:00
|
|
|
homepage = "http://www.yesodweb.com/";
|
2011-08-11 13:03:51 +00:00
|
|
|
description = "Some helpers for using Persistent from Yesod";
|
2012-04-05 16:51:59 +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
|
|
|
};
|
|
|
|
})
|