haskell-scotty: update to version 0.7.3
This commit is contained in:
parent
938ac2949f
commit
08910c93a9
|
@ -5,8 +5,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "scotty";
|
pname = "scotty";
|
||||||
version = "0.7.2";
|
version = "0.7.3";
|
||||||
sha256 = "1y14af3qciwycgaxzx6rjan2jgfchjzs4zbxzh8p8s1d0l4gsqlb";
|
sha256 = "1cksnsaghcliwpbigs7fjb2qcxsnrqmjcjwndmf3vbfkn43w2prb";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson blazeBuilder caseInsensitive conduit conduitExtra dataDefault
|
aeson blazeBuilder caseInsensitive conduit conduitExtra dataDefault
|
||||||
httpTypes mtl regexCompat text transformers wai waiExtra warp
|
httpTypes mtl regexCompat text transformers wai waiExtra warp
|
||||||
|
|
Loading…
Reference in New Issue