summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/rest-wai/default.nix
blob: f986237426cf4aa63c624daa1211521909fd715c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, caseInsensitive, httpTypes, mimeTypes, mtl, restCore, text
, unorderedContainers, utf8String, wai
}:

cabal.mkDerivation (self: {
  pname = "rest-wai";
  version = "0.1.0.4";
  sha256 = "1pxjf0fmsfiywr81zl5xbl6si0x74a7zmz6d5vqv5pvxmpgwgcbg";
  buildDepends = [
    caseInsensitive httpTypes mimeTypes mtl restCore text
    unorderedContainers utf8String wai
  ];
  meta = {
    description = "Rest driver for WAI applications";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
  };
})