haskell-rest-wai: update to version 0.1.0.4
This commit is contained in:
parent
17185c1078
commit
8b4bcc1f98
|
@ -1,15 +1,15 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, caseInsensitive, httpTypes, mimeTypes, mtl, restCore
|
||||
, restTypes, text, unorderedContainers, utf8String, wai
|
||||
{ cabal, caseInsensitive, httpTypes, mimeTypes, mtl, restCore, text
|
||||
, unorderedContainers, utf8String, wai
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "rest-wai";
|
||||
version = "0.1.0.3";
|
||||
sha256 = "08pprgn9xnd3ipr6clify3snm4ahshlws869mfvziplc4hdcnb59";
|
||||
version = "0.1.0.4";
|
||||
sha256 = "1pxjf0fmsfiywr81zl5xbl6si0x74a7zmz6d5vqv5pvxmpgwgcbg";
|
||||
buildDepends = [
|
||||
caseInsensitive httpTypes mimeTypes mtl restCore restTypes text
|
||||
caseInsensitive httpTypes mimeTypes mtl restCore text
|
||||
unorderedContainers utf8String wai
|
||||
];
|
||||
meta = {
|
||||
|
|
Loading…
Reference in New Issue