summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-03-06 14:10:17 +0100
committerPeter Simons <simons@cryp.to>2015-03-06 16:24:26 +0100
commit0d4058b0cbf1ff11a362afb9e5b7a9e464cf73cc (patch)
treedfedc2b01e0c12ffa57128237fa4922c86557692 /pkgs
parent956ccc7b8d497c500d070aaa56c183ac112915af (diff)
downloadnixlib-0d4058b0cbf1ff11a362afb9e5b7a9e464cf73cc.tar
nixlib-0d4058b0cbf1ff11a362afb9e5b7a9e464cf73cc.tar.gz
nixlib-0d4058b0cbf1ff11a362afb9e5b7a9e464cf73cc.tar.bz2
nixlib-0d4058b0cbf1ff11a362afb9e5b7a9e464cf73cc.tar.lz
nixlib-0d4058b0cbf1ff11a362afb9e5b7a9e464cf73cc.tar.xz
nixlib-0d4058b0cbf1ff11a362afb9e5b7a9e464cf73cc.tar.zst
nixlib-0d4058b0cbf1ff11a362afb9e5b7a9e464cf73cc.zip
haskell-yabi-muno cannot be built with GHC 7.8.x because it needs mtl 2.2.x.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
index 718f56fb44a5..a507222ee92f 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
@@ -78,17 +78,16 @@ self: super: {
   hosc = dontDistribute super.hosc;
   tidal-midi = dontDistribute super.tidal-midi;
 
-  # Needs mtl 2.2.x due to "plailude".
-  clac = dontDistribute super.clac;
-
   # These packages need mtl 2.2.x directly or indirectly via dependencies.
   apiary-purescript = markBroken super.apiary-purescript;
+  clac = dontDistribute super.clac;
   highlighter2 = markBroken super.highlighter2;
   hypher = markBroken super.hypher;
   purescript = markBroken super.purescript;
   xhb-atom-cache = markBroken super.xhb-atom-cache;
   xhb-ewmh = markBroken super.xhb-ewmh;
   yesod-purescript = markBroken super.yesod-purescript;
+  yabi-muno = markBroken super.yabi-muno;
   yet-another-logger = markBroken super.yet-another-logger;
 
   # https://github.com/frosch03/arrowVHDL/issues/2