ghcjs: build haddock documentation

From building reflex-dom (which has quite a few dependencies), it would
appear that building the documentation no longer fails.

-4
-4
pkgs/development/haskell-modules/configuration-ghcjs.nix
··· 14 14 15 15 inherit (pkgs.haskell.packages.ghc7102) jailbreak-cabal alex happy gtk2hs-buildtools; 16 16 17 - # Many packages fail with: 18 - # haddock: internal error: expectJust getPackageDetails 19 - mkDerivation = drv: super.mkDerivation (drv // { doHaddock = false; }); 20 - 21 17 # This is the list of packages that are built into a booted ghcjs installation 22 18 # It can be generated with the command: 23 19 # 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;/'"