3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/tools/haskell/keter/default.nix

34 lines
1.3 KiB
Nix
Raw Normal View History

# 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
}:
cabal.mkDerivation (self: {
pname = "keter";
2014-07-28 11:19:08 +01:00
version = "1.3.3";
sha256 = "1i4yjzqp8if0h88k8ga0dvqbrh57nvcr9dbfbj1sdw40pd74yb3i";
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
];
2014-03-27 12:17:16 +00:00
testDepends = [ conduit hspec transformers ];
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;
};
})