mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
haskell-keter: update to version 1.3.0
This commit is contained in:
parent
6876e696b4
commit
bdc3361515
|
@ -1,26 +1,25 @@
|
|||
{ cabal, aeson, async, attoparsec, blazeBuilder, caseInsensitive
|
||||
, conduit, dataDefault, filepath, fsnotify, hspec, httpClient
|
||||
, httpClientConduit, httpConduit, httpReverseProxy, httpTypes
|
||||
, liftedBase, mtl, network, networkConduit, networkConduitTls
|
||||
, random, regexTdfa, stm, systemFileio, systemFilepath, tar, text
|
||||
, time, transformers, unixCompat, unorderedContainers, vector, wai
|
||||
, waiAppStatic, waiExtra, warp, warpTls, yaml, zlib
|
||||
, conduit, conduitExtra, dataDefault, filepath, fsnotify, hspec
|
||||
, 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";
|
||||
version = "1.2.1";
|
||||
sha256 = "160kw3c2h9i1rwhicm860ahanx9p9qskrnfxsa68484j0cmw1ga9";
|
||||
version = "1.3.0";
|
||||
sha256 = "1fvb93iga4c0kfv29ksrmn9bjznl7wfspg1v9a5d3svwrszl4is3";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
aeson async attoparsec blazeBuilder caseInsensitive conduit
|
||||
dataDefault filepath fsnotify httpClient httpClientConduit
|
||||
httpConduit httpReverseProxy httpTypes liftedBase mtl network
|
||||
networkConduit networkConduitTls random regexTdfa stm systemFileio
|
||||
systemFilepath tar text time transformers unixCompat
|
||||
unorderedContainers vector wai waiAppStatic waiExtra warp warpTls
|
||||
yaml zlib
|
||||
conduitExtra dataDefault filepath fsnotify 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
|
||||
];
|
||||
testDepends = [ conduit hspec transformers ];
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue