···14141515 inherit (pkgs.haskell.packages.ghc7102) jailbreak-cabal alex happy gtk2hs-buildtools;
16161717- # Many packages fail with:
1818- # haddock: internal error: expectJust getPackageDetails
1919- mkDerivation = drv: super.mkDerivation (drv // { doHaddock = false; });
2020-2117 # This is the list of packages that are built into a booted ghcjs installation
2218 # It can be generated with the command:
2319 # 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;/'"