about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorRemo <remo>2020-04-14 11:28:31 +0200
committerPeter Simons <simons@cryp.to>2020-04-17 20:49:49 +0200
commit629af9f5189256436eba7c9dec176d5f8c2ecb9c (patch)
tree35c70cc7e00eb83cc7747b1c32de9253961d7eb0 /pkgs/development
parent572e8f6008363239daf0755ef3dee353b7be272f (diff)
downloadnixlib-629af9f5189256436eba7c9dec176d5f8c2ecb9c.tar
nixlib-629af9f5189256436eba7c9dec176d5f8c2ecb9c.tar.gz
nixlib-629af9f5189256436eba7c9dec176d5f8c2ecb9c.tar.bz2
nixlib-629af9f5189256436eba7c9dec176d5f8c2ecb9c.tar.lz
nixlib-629af9f5189256436eba7c9dec176d5f8c2ecb9c.tar.xz
nixlib-629af9f5189256436eba7c9dec176d5f8c2ecb9c.tar.zst
nixlib-629af9f5189256436eba7c9dec176d5f8c2ecb9c.zip
hackage2nix: unbreak hasql-pool
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix.yaml1
2 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index a11166c5edec..50148b835c02 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1501,4 +1501,7 @@ self: super: {
   # Fixed at head, but hasn't cut a release in awhile.
   darcs = doJailbreak super.darcs;
 
+  # Test suite requires running a database server. Testing is done upstream.
+  hasql-pool = dontCheck super.hasql-pool;
+
 } // 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 1a45354cc630..49b6230a9692 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
@@ -5621,7 +5621,6 @@ broken-packages:
   - hasql-migration
   - hasql-notifications
   - hasql-optparse-applicative
-  - hasql-pool
   - hasql-postgres
   - hasql-postgres-options
   - hasql-simple