Merge pull request #4334 from aaronlevin/wai-util
Add haskell package wai-util to nixpkgs
This commit is contained in:
commit
d28b75564c
22
pkgs/development/libraries/haskell/wai-util/default.nix
Normal file
22
pkgs/development/libraries/haskell/wai-util/default.nix
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
|
{ cabal, aeson, blazeBuilder, caseInsensitive, conduit, httpAccept
|
||||||
|
, httpTypes, mimeMail, network, resourcet, text, transformers, wai
|
||||||
|
, waiExtra
|
||||||
|
}:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self: {
|
||||||
|
pname = "wai-util";
|
||||||
|
version = "0.7";
|
||||||
|
sha256 = "1lmx4f7174hzy4a60r2hq9vm9xhbg8vnb9cyi77zyb5p59s53p73";
|
||||||
|
buildDepends = [
|
||||||
|
aeson blazeBuilder caseInsensitive conduit httpAccept httpTypes
|
||||||
|
mimeMail network resourcet text transformers wai waiExtra
|
||||||
|
];
|
||||||
|
meta = {
|
||||||
|
homepage = "https://github.com/singpolyma/wai-util";
|
||||||
|
description = "Collection of utility functions for use with WAI";
|
||||||
|
license = "unknown";
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
|
};
|
||||||
|
})
|
Loading…
x
Reference in New Issue
Block a user