haskell-keter: update to version 1.0.1

This commit is contained in:
Peter Simons 2013-09-08 22:05:42 +02:00
parent c690153d55
commit c8c7a8dc42

View file

@ -1,23 +1,25 @@
{ cabal, attoparsec, blazeBuilder, caseInsensitive, conduit { cabal, aeson, async, attoparsec, blazeBuilder, caseInsensitive
, dataDefault, filepath, fsnotify, httpConduit, httpReverseProxy , conduit, dataDefault, filepath, fsnotify, httpConduit
, httpTypes, mtl, network, networkConduit, networkConduitTls , httpReverseProxy, httpTypes, mtl, network, networkConduit
, random, regexTdfa, systemFileio, systemFilepath, tar, text, time , networkConduitTls, random, regexTdfa, stm, systemFileio
, transformers, unixCompat, unixProcessConduit, wai, waiAppStatic , systemFilepath, tar, text, time, transformers, unixCompat
, warp, warpTls, yaml, zlib , unixProcessConduit, unorderedContainers, vector, wai
, waiAppStatic, waiExtra, warp, warpTls, yaml, zlib
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "keter"; pname = "keter";
version = "0.4.0"; version = "1.0.1";
sha256 = "0ny8z2rfn090vci262xvyrdbkmdb7qjb4x15r81l2691ibf09ppv"; sha256 = "0ghgwp1winf0jj70jrwsk4b85f8m4v78n8kijhqghh4kskh457b5";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
attoparsec blazeBuilder caseInsensitive conduit dataDefault aeson async attoparsec blazeBuilder caseInsensitive conduit
filepath fsnotify httpConduit httpReverseProxy httpTypes mtl dataDefault filepath fsnotify httpConduit httpReverseProxy
network networkConduit networkConduitTls random regexTdfa httpTypes mtl network networkConduit networkConduitTls random
systemFileio systemFilepath tar text time transformers unixCompat regexTdfa stm systemFileio systemFilepath tar text time
unixProcessConduit wai waiAppStatic warp warpTls yaml zlib transformers unixCompat unixProcessConduit unorderedContainers
vector wai waiAppStatic waiExtra warp warpTls yaml zlib
]; ];
meta = { meta = {
homepage = "http://www.yesodweb.com/"; homepage = "http://www.yesodweb.com/";