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