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

{ cabal, baseCompat, hspec, httpConduit, httpKit, httpTypes
, network, QuickCheck, warp
}:

cabal.mkDerivation (self: {
  pname = "reserve";
  version = "0.1.0";
  sha256 = "09b570l6hyn0wfd4nb9xpqrpdb97gbaxnbjlz25y6s0pfg5s1yzp";
  isLibrary = false;
  isExecutable = true;
  buildDepends = [ baseCompat httpKit httpTypes network ];
  testDepends = [
    baseCompat hspec httpConduit httpKit httpTypes network QuickCheck
    warp
  ];
  meta = {
    description = "Reserve reloads web applications";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
  };
})