Re-generate Haskell packages with cabal2nix.

This commit is contained in:
Peter Simons
2014-10-03 19:36:21 +02:00
parent 3d26ea99dc
commit f0e9b680e8
30 changed files with 32 additions and 29 deletions

View File

@@ -1,3 +1,5 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, alex, cpphs, filepath, HUnit, mtl, parsec, QuickCheck, syb
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2
}:
@@ -18,5 +20,6 @@ cabal.mkDerivation (self: {
description = "Manipulating Java source: abstract syntax, lexer, parser, and pretty-printer";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
};
})