haskell-sdl2: re-enable Haddock phase

GHC 7.8.4 fixed https://github.com/haskell-game/sdl2/issues/31.
This commit is contained in:
Peter Simons 2014-12-29 11:54:44 +01:00
parent b985a9e0a1
commit 18d3da1a02

View file

@ -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;