haskell-haddock: add version 2.14.1

This commit is contained in:
Peter Simons 2014-03-30 22:06:23 +02:00
parent 305531cbd9
commit c6da40c42f
2 changed files with 25 additions and 3 deletions

View File

@ -0,0 +1,22 @@
{ cabal, alex, Cabal, deepseq, filepath, ghcPaths, happy, hspec
, QuickCheck, xhtml
}:
cabal.mkDerivation (self: {
pname = "haddock";
version = "2.14.1";
sha256 = "1mxkphzdfd5c8dklfl09ajqwhw8ibvzl0cqrfr2j8rn0j03w46x6";
isLibrary = true;
isExecutable = true;
buildDepends = [ Cabal deepseq filepath ghcPaths xhtml ];
testDepends = [ Cabal deepseq filepath hspec QuickCheck ];
buildTools = [ alex happy ];
doCheck = false;
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;
maintainers = [ self.stdenv.lib.maintainers.andres ];
};
})

View File

@ -175,7 +175,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
zlib = self.zlib_0_5_4_1;
cabalInstall = self.cabalInstall_1_18_0_3;
alex = self.alex_3_1_3;
haddock = self.haddock_2_13_2_1;
haddock = self.haddock_2_14_1;
happy = self.happy_1_19_3;
primitive = self.primitive_0_5_2_1; # semi-official, but specified
};
@ -2839,8 +2839,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
haddock_2_11_0 = callPackage ../development/tools/documentation/haddock/2.11.0.nix {};
haddock_2_12_0 = callPackage ../development/tools/documentation/haddock/2.12.0.nix {};
haddock_2_13_2 = callPackage ../development/tools/documentation/haddock/2.13.2.nix {};
haddock_2_13_2_1 = callPackage ../development/tools/documentation/haddock/2.13.2.1.nix {};
haddock = self.haddock_2_13_2_1;
haddock_2_14_1 = callPackage ../development/tools/documentation/haddock/2.14.1.nix {};
haddock = self.haddock_2_14_1;
happy_1_18_4 = callPackage ../development/tools/parsing/happy/1.18.4.nix {};
happy_1_18_5 = callPackage ../development/tools/parsing/happy/1.18.5.nix {};