mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
haskell-scotty: update to version 0.8.1
This commit is contained in:
parent
3662aab37a
commit
aa59970042
@ -1,17 +1,18 @@
|
||||
{ cabal, aeson, blazeBuilder, caseInsensitive, conduit, dataDefault
|
||||
, hspec, httpTypes, mtl, regexCompat, text, transformers, wai
|
||||
, waiExtra, warp
|
||||
, hspec, httpTypes, liftedBase, monadControl, mtl, regexCompat
|
||||
, text, transformers, transformersBase, wai, waiExtra, warp
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "scotty";
|
||||
version = "0.8.0";
|
||||
sha256 = "07198m8rsavdqr51abxsrmi8jail6h4ldzrr9s47il1djjba6lhh";
|
||||
version = "0.8.1";
|
||||
sha256 = "182iwsz5h7p08sqwfzb332gwj1wjx7fhhazm6gfdc0incab769m0";
|
||||
buildDepends = [
|
||||
aeson blazeBuilder caseInsensitive conduit dataDefault httpTypes
|
||||
mtl regexCompat text transformers wai waiExtra warp
|
||||
monadControl mtl regexCompat text transformers transformersBase wai
|
||||
waiExtra warp
|
||||
];
|
||||
testDepends = [ hspec httpTypes wai waiExtra ];
|
||||
testDepends = [ hspec httpTypes liftedBase wai waiExtra ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "https://github.com/scotty-web/scotty";
|
||||
|
Loading…
Reference in New Issue
Block a user