haskell-scotty: update to version 0.6.2
This commit is contained in:
parent
beb05c1640
commit
a7c748f43e
|
@ -5,8 +5,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "scotty";
|
pname = "scotty";
|
||||||
version = "0.6.1";
|
version = "0.6.2";
|
||||||
sha256 = "1fcrd1fxlmgkm9d6xfyb76pmn68pgk0a367lpmyh77kp0zr3f7ib";
|
sha256 = "0szki6wcmhj20kxhmgidgf930xwhiq03qrk8m0x8aklcjzkhvy69";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson blazeBuilder caseInsensitive conduit dataDefault httpTypes
|
aeson blazeBuilder caseInsensitive conduit dataDefault httpTypes
|
||||||
mtl regexCompat text transformers wai waiExtra warp
|
mtl regexCompat text transformers wai waiExtra warp
|
||||||
|
|
Loading…
Reference in New Issue