Add haskell package wai-util to nixpkgs
This commit is contained in:
parent
ce4ae2aa1e
commit
6f8c06c9fa
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…
Reference in New Issue
Block a user