about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-04-27 19:57:02 +0200
committerPeter Simons <simons@cryp.to>2015-04-28 17:57:36 +0200
commit6f7e793f0398466592de3133648e1055c44ebb59 (patch)
treec5788ba7c74b7ae18e7d89e1ec938562e9363bbd /pkgs
parenta3beaca54f248471ba966dd50ac483712f890ddd (diff)
downloadnixlib-6f7e793f0398466592de3133648e1055c44ebb59.tar
nixlib-6f7e793f0398466592de3133648e1055c44ebb59.tar.gz
nixlib-6f7e793f0398466592de3133648e1055c44ebb59.tar.bz2
nixlib-6f7e793f0398466592de3133648e1055c44ebb59.tar.lz
nixlib-6f7e793f0398466592de3133648e1055c44ebb59.tar.xz
nixlib-6f7e793f0398466592de3133648e1055c44ebb59.tar.zst
nixlib-6f7e793f0398466592de3133648e1055c44ebb59.zip
haskell-rainbox: the test suite does not compile
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index fe74c9c5600e..f6819a100fef 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -158,6 +158,9 @@ self: super: {
   # Needs the latest version of QuickCheck to compile.
   cabal-test-quickcheck = super.cabal-test-quickcheck.override { QuickCheck = self.QuickCheck_2_8_1; };
 
+  # https://github.com/massysett/rainbox/issues/1
+  rainbox = dontCheck super.rainbox;
+
   # https://github.com/techtangents/ablist/issues/1
   ABList = dontCheck super.ABList;