haskell-scotty: update to version 0.8.0
This commit is contained in:
parent
faf9c7f1dd
commit
978ae0e64f
@ -1,16 +1,17 @@
|
|||||||
{ cabal, aeson, blazeBuilder, caseInsensitive, conduit
|
{ cabal, aeson, blazeBuilder, caseInsensitive, conduit, dataDefault
|
||||||
, conduitExtra, dataDefault, httpTypes, mtl, regexCompat, text
|
, hspec, httpTypes, mtl, regexCompat, text, transformers, wai
|
||||||
, transformers, wai, waiExtra, warp
|
, waiExtra, warp
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "scotty";
|
pname = "scotty";
|
||||||
version = "0.7.3";
|
version = "0.8.0";
|
||||||
sha256 = "1cksnsaghcliwpbigs7fjb2qcxsnrqmjcjwndmf3vbfkn43w2prb";
|
sha256 = "07198m8rsavdqr51abxsrmi8jail6h4ldzrr9s47il1djjba6lhh";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson blazeBuilder caseInsensitive conduit conduitExtra dataDefault
|
aeson blazeBuilder caseInsensitive conduit dataDefault httpTypes
|
||||||
httpTypes mtl regexCompat text transformers wai waiExtra warp
|
mtl regexCompat text transformers wai waiExtra warp
|
||||||
];
|
];
|
||||||
|
testDepends = [ hspec httpTypes wai waiExtra ];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/scotty-web/scotty";
|
homepage = "https://github.com/scotty-web/scotty";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user