forked from mirrors/nixpkgs
haskell-sdl2: re-enable Haddock phase
GHC 7.8.4 fixed https://github.com/haskell-game/sdl2/issues/31.
This commit is contained in:
parent
b985a9e0a1
commit
18d3da1a02
|
@ -9,7 +9,6 @@ cabal.mkDerivation (self: {
|
|||
buildDepends = [ transformers ];
|
||||
extraLibraries = [ SDL2 ];
|
||||
pkgconfigDepends = [ SDL2 ];
|
||||
noHaddock = true;
|
||||
meta = {
|
||||
description = "Low-level bindings to SDL2";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
|
Loading…
Reference in a new issue