forked from mirrors/nixpkgs
haskell-scotty: update to version 0.4.6
This commit is contained in:
parent
13fd60eabb
commit
c3cad285f5
|
@ -1,6 +1,5 @@
|
|||
{ cabal, aeson, blazeBuilder, caseInsensitive, conduit
|
||||
, dataDefault, httpTypes, mtl, regexCompat, resourcet
|
||||
, text, wai, waiExtra, warp
|
||||
{ cabal, aeson, blazeBuilder, caseInsensitive, conduit, dataDefault
|
||||
, httpTypes, mtl, regexCompat, resourcet, text, wai, waiExtra, warp
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
|
@ -8,25 +7,14 @@ cabal.mkDerivation (self: {
|
|||
version = "0.4.6";
|
||||
sha256 = "0g83kgqr1p03z7dks6x00id2gz95kkw00wmwp5vyz4zvx1mmmvk8";
|
||||
buildDepends = [
|
||||
aeson
|
||||
blazeBuilder
|
||||
caseInsensitive
|
||||
conduit
|
||||
dataDefault
|
||||
httpTypes
|
||||
mtl
|
||||
regexCompat
|
||||
resourcet
|
||||
text
|
||||
wai
|
||||
waiExtra
|
||||
warp
|
||||
aeson blazeBuilder caseInsensitive conduit dataDefault httpTypes
|
||||
mtl regexCompat resourcet text wai waiExtra warp
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/xich/scotty";
|
||||
description =
|
||||
"Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp";
|
||||
license = self.stdenv.lib.licenses.bsd;
|
||||
homepage = "https://github.com/ku-fpg/scotty";
|
||||
description = "Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue