Update haskell package reserve to 0.1.0
This commit is contained in:
parent
3353e8550f
commit
21799aff98
pkgs/development/libraries/haskell/reserve
|
@ -1,11 +1,13 @@
|
||||||
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, baseCompat, hspec, httpConduit, httpKit, httpTypes
|
{ cabal, baseCompat, hspec, httpConduit, httpKit, httpTypes
|
||||||
, network, QuickCheck, warp
|
, network, QuickCheck, warp
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "reserve";
|
pname = "reserve";
|
||||||
version = "0.0.0";
|
version = "0.1.0";
|
||||||
sha256 = "06rj1dh8lsfbmfkslyhqc031abrz2qw780i8w2c5pc146938pdi3";
|
sha256 = "09b570l6hyn0wfd4nb9xpqrpdb97gbaxnbjlz25y6s0pfg5s1yzp";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ baseCompat httpKit httpTypes network ];
|
buildDepends = [ baseCompat httpKit httpTypes network ];
|
||||||
|
|
Loading…
Reference in New Issue