haskell-wai-conduit: add version 3.0.0
This commit is contained in:
parent
e9bbb1ede9
commit
c4d3a0acab
14
pkgs/development/libraries/haskell/wai-conduit/default.nix
Normal file
14
pkgs/development/libraries/haskell/wai-conduit/default.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{ cabal, blazeBuilder, conduit, httpTypes, transformers, wai }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "wai-conduit";
|
||||
version = "3.0.0";
|
||||
sha256 = "0v92jyxkigq7yj3hzy7kg360036nav986ny7b558l6j7zc90jsdg";
|
||||
buildDepends = [ blazeBuilder conduit httpTypes transformers wai ];
|
||||
meta = {
|
||||
homepage = "https://github.com/yesodweb/wai";
|
||||
description = "conduit wrappers for WAI";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -2420,6 +2420,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
waiAppStatic = callPackage ../development/libraries/haskell/wai-app-static {};
|
||||
|
||||
waiConduit = callPackage ../development/libraries/haskell/wai-conduit {};
|
||||
|
||||
waiExtra = callPackage ../development/libraries/haskell/wai-extra {};
|
||||
|
||||
waiHandlerLaunch = callPackage ../development/libraries/haskell/wai-handler-launch {};
|
||||
|
Loading…
Reference in New Issue
Block a user