haskell-scotty: re-generate with cabal2nix
This commit is contained in:
parent
f019d8e101
commit
e5b65b7f1d
@ -11,11 +11,11 @@ cabal.mkDerivation (self: {
|
|||||||
aeson blazeBuilder caseInsensitive conduit dataDefault httpTypes
|
aeson blazeBuilder caseInsensitive conduit dataDefault httpTypes
|
||||||
mtl regexCompat text transformers wai waiExtra warp
|
mtl regexCompat text transformers wai waiExtra warp
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/scotty-web/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;
|
||||||
};
|
};
|
||||||
jailbreak = true;
|
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user