Drop obsolete pre-NG Haskell builds.
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, Cabal, filepath, haddockApi }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "haddock";
|
||||
version = "2.15.0.1";
|
||||
sha256 = "0pvhhqackfikmp5zg6v6lysvr69f3f9f78xcjs4sd68f0rby7fdp";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [ haddockApi ];
|
||||
testDepends = [ Cabal filepath ];
|
||||
preCheck = "unset GHC_PACKAGE_PATH";
|
||||
meta = {
|
||||
homepage = "http://www.haskell.org/haddock/";
|
||||
description = "A documentation-generation tool for Haskell libraries";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user