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
|
||||
mtl regexCompat text transformers wai waiExtra warp
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "https://github.com/scotty-web/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;
|
||||
};
|
||||
jailbreak = true;
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user