Commit 18d3da1a authored by Peter Simons's avatar Peter Simons
Browse files

haskell-sdl2: re-enable Haddock phase

parent b985a9e0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;