2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-09-15 09:23:23 -07:00
|
|
|
{ cabal, conduit, hspec, HUnit, monadControl, monadLogger
|
|
|
|
, persistent, persistentSqlite, persistentTemplate, QuickCheck
|
|
|
|
, resourcet, tagged, text, transformers, unorderedContainers
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "esqueleto";
|
2014-10-26 08:43:37 -07:00
|
|
|
version = "2.1.1";
|
|
|
|
sha256 = "0nr18wjih1rbkprr7cvacgnk0m05m79l0sd25fihy5fy7sqqh3yw";
|
2013-09-15 09:23:23 -07:00
|
|
|
buildDepends = [
|
|
|
|
conduit monadLogger persistent resourcet tagged text transformers
|
|
|
|
unorderedContainers
|
|
|
|
];
|
|
|
|
testDepends = [
|
|
|
|
conduit hspec HUnit monadControl monadLogger persistent
|
2014-04-04 14:29:44 -07:00
|
|
|
persistentSqlite persistentTemplate QuickCheck resourcet text
|
|
|
|
transformers
|
2013-09-15 09:23:23 -07:00
|
|
|
];
|
|
|
|
meta = {
|
2014-07-07 02:25:58 -07:00
|
|
|
homepage = "https://github.com/prowdsponsor/esqueleto";
|
2014-05-23 07:00:05 -07:00
|
|
|
description = "Type-safe EDSL for SQL queries on persistent backends";
|
2013-09-15 09:23:23 -07:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 04:48:22 -07:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
2013-09-15 09:23:23 -07:00
|
|
|
};
|
|
|
|
})
|