summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorRichard Wallace <rwallace@thewallacepack.net>2015-06-20 22:33:08 -0700
committerPeter Simons <simons@cryp.to>2015-06-23 16:12:30 +0200
commit3dd96b1a2ca5c7ac8ce9e1613852aa9ded43e6c1 (patch)
treed459e8ab5e0b181a3a04c1914bb592ba734cf39e /pkgs/development/haskell-modules
parentfb0bc10de49124fddb60b9ec4b4d052af718e8a4 (diff)
downloadnixlib-3dd96b1a2ca5c7ac8ce9e1613852aa9ded43e6c1.tar
nixlib-3dd96b1a2ca5c7ac8ce9e1613852aa9ded43e6c1.tar.gz
nixlib-3dd96b1a2ca5c7ac8ce9e1613852aa9ded43e6c1.tar.bz2
nixlib-3dd96b1a2ca5c7ac8ce9e1613852aa9ded43e6c1.tar.lz
nixlib-3dd96b1a2ca5c7ac8ce9e1613852aa9ded43e6c1.tar.xz
nixlib-3dd96b1a2ca5c7ac8ce9e1613852aa9ded43e6c1.tar.zst
nixlib-3dd96b1a2ca5c7ac8ce9e1613852aa9ded43e6c1.zip
hoogle files are generated correctly with ghc 7.10.1, hipbot builds correctly.
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
index f2e0fb056e71..92417e5e6813 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -44,10 +44,6 @@ self: super: {
   # Don't use jailbreak built with Cabal 1.22.x because of https://github.com/peti/jailbreak-cabal/issues/9.
   jailbreak-cabal = pkgs.haskell.packages.ghc784.jailbreak-cabal;
 
-  # GHC 7.10.x's Haddock binary cannot generate hoogle files.
-  # https://ghc.haskell.org/trac/ghc/ticket/9921
-  mkDerivation = drv: super.mkDerivation (drv // { doHoogle = false; });
-
   idris =
     let idris' = overrideCabal super.idris (drv: {
       # "idris" binary cannot find Idris library otherwise while building.
@@ -231,9 +227,6 @@ self: super: {
   seqid-streams_0_1_0 = markBroken super.seqid-streams_0_1_0;
   vector_0_10_9_3 = markBroken super.vector_0_10_9_3;
 
-  # https://github.com/purefn/hipbot/issues/1
-  hipbot = dontDistribute super.hipbot;
-
   # https://github.com/HugoDaniel/RFC3339/issues/14
   timerep = dontCheck super.timerep;