about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-06-13 22:05:51 +0200
committerPeter Simons <simons@cryp.to>2019-06-14 13:06:08 +0000
commite1126316d721b678ae82dc03a39fa7df518ef521 (patch)
tree60ebd7fccd2cd5397408dd9fbbfd135ca0f09a03 /pkgs/development/haskell-modules
parent0a253d7043e672bd282b3f95cec7ea052fe4e3f3 (diff)
downloadnixlib-e1126316d721b678ae82dc03a39fa7df518ef521.tar
nixlib-e1126316d721b678ae82dc03a39fa7df518ef521.tar.gz
nixlib-e1126316d721b678ae82dc03a39fa7df518ef521.tar.bz2
nixlib-e1126316d721b678ae82dc03a39fa7df518ef521.tar.lz
nixlib-e1126316d721b678ae82dc03a39fa7df518ef521.tar.xz
nixlib-e1126316d721b678ae82dc03a39fa7df518ef521.tar.zst
nixlib-e1126316d721b678ae82dc03a39fa7df518ef521.zip
haskell-constraints-deriving: disable test suite to fix the build
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix.yaml1
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 3474a74cf77f..a1d9e17caa62 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1273,4 +1273,7 @@ self: super: {
   # https://github.com/hslua/tasty-lua/issues/1
   tasty-lua = dontCheck super.tasty-lua;
 
+  # Test suite won't link for no apparent reason.
+  constraints-deriving = dontCheck super.constraints-deriving;
+
 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
index 624a0b0f3c65..6560179dc1cc 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
@@ -3685,7 +3685,6 @@ broken-packages:
   - constraint-manip
   - constraint-reflection
   - ConstraintKinds
-  - constraints-deriving
   - constraints-emerge
   - constraints-extras
   - constructive-algebra
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 6febefe383ef..94b9846f8bd7 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -56825,8 +56825,6 @@ self: {
        ];
        description = "Manipulating constraints and deriving class instances programmatically";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
-       broken = true;
      }) {};
 
   "constraints-emerge" = callPackage