1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-19 03:48:57 +00:00
nixpkgs/pkgs/development/libraries/haskell/reserve/default.nix

24 lines
667 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2014-08-21 11:04:25 +01:00
{ cabal, baseCompat, hspec, httpConduit, httpKit, httpTypes
, network, QuickCheck, warp
}:
cabal.mkDerivation (self: {
pname = "reserve";
version = "0.1.0";
sha256 = "09b570l6hyn0wfd4nb9xpqrpdb97gbaxnbjlz25y6s0pfg5s1yzp";
2014-08-21 11:04:25 +01:00
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;
};
})