summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghcjs.nix
diff options
context:
space:
mode:
authorCharles Strahan <charles.c.strahan@gmail.com>2016-01-25 20:16:12 -0500
committerCharles Strahan <charles.c.strahan@gmail.com>2016-01-25 20:16:12 -0500
commitcb6beb1eb3d22d9a7b6e01dc784157c2ac34db67 (patch)
tree52cb9d42b22ebb53aacb1eb16e76821c6cd76f9b /pkgs/development/haskell-modules/configuration-ghcjs.nix
parentf8fc5a4dbb179a2dd331f69e023232cadeabaea0 (diff)
downloadnixpkgs-cb6beb1eb3d22d9a7b6e01dc784157c2ac34db67.tar
nixpkgs-cb6beb1eb3d22d9a7b6e01dc784157c2ac34db67.tar.gz
nixpkgs-cb6beb1eb3d22d9a7b6e01dc784157c2ac34db67.tar.bz2
nixpkgs-cb6beb1eb3d22d9a7b6e01dc784157c2ac34db67.tar.lz
nixpkgs-cb6beb1eb3d22d9a7b6e01dc784157c2ac34db67.tar.xz
nixpkgs-cb6beb1eb3d22d9a7b6e01dc784157c2ac34db67.tar.zst
nixpkgs-cb6beb1eb3d22d9a7b6e01dc784157c2ac34db67.zip
ghcjs: build haddock documentation
From building reflex-dom (which has quite a few dependencies), it would
appear that building the documentation no longer fails.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghcjs.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghcjs.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghcjs.nix b/pkgs/development/haskell-modules/configuration-ghcjs.nix
index 9bea0519151..6e8c0be7d0d 100644
--- a/pkgs/development/haskell-modules/configuration-ghcjs.nix
+++ b/pkgs/development/haskell-modules/configuration-ghcjs.nix
@@ -14,10 +14,6 @@ self: super: {
 
   inherit (pkgs.haskell.packages.ghc7102) jailbreak-cabal alex happy gtk2hs-buildtools;
 
-  # Many packages fail with:
-  #   haddock: internal error: expectJust getPackageDetails
-  mkDerivation = drv: super.mkDerivation (drv // { doHaddock = false; });
-
   # This is the list of packages that are built into a booted ghcjs installation
   # It can be generated with the command:
   # nix-shell -p haskell.packages.ghcjs.ghc --command "ghcjs-pkg list | sed -n 's/^    \(.*\)-\([0-9.]*\)$/\1_\2/ p' | sed 's/\./_/g' | sed 's/-\(.\)/\U\1/' | sed 's/^\([^_]*\)\(.*\)$/\1 = null;/'"