haskell-servant-scotty: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2014-08-28 18:09:00 +02:00
parent 7fec14e74a
commit 1e7885f9c2

View File

@ -13,8 +13,7 @@ cabal.mkDerivation (self: {
];
meta = {
homepage = "http://github.com/zalora/servant";
description = "Generate a web service for servant 'Resource's
using scotty and JSON";
description = "Generate a web service for servant 'Resource's using scotty and JSON";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};