summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-03-06 16:03:31 +0100
committerPeter Simons <simons@cryp.to>2015-03-06 16:24:52 +0100
commit17a6cbc11c40cf1b2211d3edffea2eb4dbf2c535 (patch)
treeca8acc2193b6d370c003a8c1cbcfd227f6e93ce4 /pkgs
parentb6c769a15e79ef97d6c5547a27867d5e15cf7d52 (diff)
downloadnixlib-17a6cbc11c40cf1b2211d3edffea2eb4dbf2c535.tar
nixlib-17a6cbc11c40cf1b2211d3edffea2eb4dbf2c535.tar.gz
nixlib-17a6cbc11c40cf1b2211d3edffea2eb4dbf2c535.tar.bz2
nixlib-17a6cbc11c40cf1b2211d3edffea2eb4dbf2c535.tar.lz
nixlib-17a6cbc11c40cf1b2211d3edffea2eb4dbf2c535.tar.xz
nixlib-17a6cbc11c40cf1b2211d3edffea2eb4dbf2c535.tar.zst
nixlib-17a6cbc11c40cf1b2211d3edffea2eb4dbf2c535.zip
haskell-miniforth needs mtl 2.2.x.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix1
1 files changed, 1 insertions, 0 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 a507222ee92f..d4f87fe186dd 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
@@ -83,6 +83,7 @@ self: super: {
   clac = dontDistribute super.clac;
   highlighter2 = markBroken super.highlighter2;
   hypher = markBroken super.hypher;
+  miniforth = markBroken super.miniforth;
   purescript = markBroken super.purescript;
   xhb-atom-cache = markBroken super.xhb-atom-cache;
   xhb-ewmh = markBroken super.xhb-ewmh;