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
3137a5ca48
commit
e9eb8b491b
@ -9,7 +9,6 @@ cabal.mkDerivation (self: {
|
|||||||
buildDepends = [ transformers ];
|
buildDepends = [ transformers ];
|
||||||
extraLibraries = [ SDL2 ];
|
extraLibraries = [ SDL2 ];
|
||||||
pkgconfigDepends = [ SDL2 ];
|
pkgconfigDepends = [ SDL2 ];
|
||||||
noHaddock = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Low-level bindings to SDL2";
|
description = "Low-level bindings to SDL2";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user