summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorMichael Alan Dorman <mdorman@ironicdesign.com>2015-07-13 07:05:15 -0400
committerPeter Simons <simons@cryp.to>2015-07-14 21:52:24 +0200
commit8b9c862ccde2fb9363b5fcca365dec1879a14293 (patch)
tree8640ca8ffdae653a1fc0c743a6a94db6e5c8d18b /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent60accda79fe13fa938c6237be9af7e1f60e2ed46 (diff)
downloadnixlib-8b9c862ccde2fb9363b5fcca365dec1879a14293.tar
nixlib-8b9c862ccde2fb9363b5fcca365dec1879a14293.tar.gz
nixlib-8b9c862ccde2fb9363b5fcca365dec1879a14293.tar.bz2
nixlib-8b9c862ccde2fb9363b5fcca365dec1879a14293.tar.lz
nixlib-8b9c862ccde2fb9363b5fcca365dec1879a14293.tar.xz
nixlib-8b9c862ccde2fb9363b5fcca365dec1879a14293.tar.zst
nixlib-8b9c862ccde2fb9363b5fcca365dec1879a14293.zip
Don't try to build haddock for aeson-applicative.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix3
1 files changed, 3 insertions, 0 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..d7371c5b97b0 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -272,4 +272,7 @@ self: super: {
   # Won't work with LLVM 3.5.
   llvm-general = markBrokenVersion "3.4.5.3" super.llvm-general;
 
+  # Inexplicable haddock failure
+  # https://github.com/gregwebs/aeson-applicative/issues/2
+  aeson-applicative = dontHaddock super.aeson-applicative;
 }