haskell-hflags: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2014-07-28 12:01:48 +02:00
parent eec522e69a
commit 7325894d72

View file

@ -10,7 +10,7 @@ cabal.mkDerivation (self: {
meta = { meta = {
homepage = "http://github.com/errge/hflags"; homepage = "http://github.com/errge/hflags";
description = "Command line flag parser, very similar to Google's gflags"; description = "Command line flag parser, very similar to Google's gflags";
license = self.stdenv.lib.licenses.asl20; license = "unknown";
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;
}; };
}) })