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!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, caseInsensitive, httpTypes, mimeTypes, mtl, restCore
|
{ cabal, caseInsensitive, httpTypes, mimeTypes, mtl, restCore, text
|
||||||
, restTypes, text, unorderedContainers, utf8String, wai
|
, unorderedContainers, utf8String, wai
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "rest-wai";
|
pname = "rest-wai";
|
||||||
version = "0.1.0.3";
|
version = "0.1.0.4";
|
||||||
sha256 = "08pprgn9xnd3ipr6clify3snm4ahshlws869mfvziplc4hdcnb59";
|
sha256 = "1pxjf0fmsfiywr81zl5xbl6si0x74a7zmz6d5vqv5pvxmpgwgcbg";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
caseInsensitive httpTypes mimeTypes mtl restCore restTypes text
|
caseInsensitive httpTypes mimeTypes mtl restCore text
|
||||||
unorderedContainers utf8String wai
|
unorderedContainers utf8String wai
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user