2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-09-08 21:05:42 +01:00
|
|
|
{ cabal, aeson, async, attoparsec, blazeBuilder, caseInsensitive
|
2014-04-07 11:43:45 +01:00
|
|
|
, conduit, conduitExtra, dataDefault, filepath, fsnotify, hspec
|
2014-06-10 19:34:06 +01:00
|
|
|
, httpClient, httpConduit, httpReverseProxy, httpTypes, liftedBase
|
|
|
|
, mtl, network, networkConduitTls, random, regexTdfa, stm
|
|
|
|
, systemFileio, systemFilepath, tar, text, time, transformers
|
|
|
|
, unixCompat, unorderedContainers, vector, wai, waiAppStatic
|
|
|
|
, waiExtra, warp, warpTls, yaml, zlib
|
2013-04-03 22:50:40 +01:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "keter";
|
2014-07-28 11:19:08 +01:00
|
|
|
version = "1.3.3";
|
|
|
|
sha256 = "1i4yjzqp8if0h88k8ga0dvqbrh57nvcr9dbfbj1sdw40pd74yb3i";
|
2013-04-03 22:50:40 +01:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
2013-09-08 21:05:42 +01:00
|
|
|
aeson async attoparsec blazeBuilder caseInsensitive conduit
|
2014-06-10 19:34:06 +01:00
|
|
|
conduitExtra dataDefault filepath fsnotify httpClient httpConduit
|
2014-04-07 11:43:45 +01:00
|
|
|
httpReverseProxy httpTypes liftedBase mtl network networkConduitTls
|
|
|
|
random regexTdfa stm systemFileio systemFilepath tar text time
|
|
|
|
transformers unixCompat unorderedContainers vector wai waiAppStatic
|
|
|
|
waiExtra warp warpTls yaml zlib
|
2013-04-03 22:50:40 +01:00
|
|
|
];
|
2014-03-27 12:17:16 +00:00
|
|
|
testDepends = [ conduit hspec transformers ];
|
2013-04-03 22:50:40 +01:00
|
|
|
meta = {
|
|
|
|
homepage = "http://www.yesodweb.com/";
|
|
|
|
description = "Web application deployment manager, focusing on Haskell web frameworks";
|
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|