23 lines
726 B
Nix
23 lines
726 B
Nix
# 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;
|
|
};
|
|
})
|