summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/wai-util/default.nix
blob: fc9b964b26d771651a8caf23c49d9a2eef7c4ec5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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;
  };
})