Re-generate Haskell packages with cabal2nix.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user