mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
haskell-scotty: update to version 0.6.0
This commit is contained in:
parent
7cc0bad3a4
commit
42f3190cf8
@ -5,14 +5,14 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "scotty";
|
pname = "scotty";
|
||||||
version = "0.5.0";
|
version = "0.6.0";
|
||||||
sha256 = "177c7nyjwksm2y98j2swgzfn1rmr2h0v4fk6s525kx803iibvfhc";
|
sha256 = "0h5m84kp3p2bc5q9vi9b8ky7k14d7hhhqgbl1mxrqkpw3m5z95xy";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson blazeBuilder caseInsensitive conduit dataDefault httpTypes
|
aeson blazeBuilder caseInsensitive conduit dataDefault httpTypes
|
||||||
mtl regexCompat resourcet text transformers wai waiExtra warp
|
mtl regexCompat resourcet text transformers wai waiExtra warp
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/ku-fpg/scotty";
|
homepage = "https://github.com/scotty-web/scotty";
|
||||||
description = "Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp";
|
description = "Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
Reference in New Issue
Block a user