about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorsteve-chavez <stevechavezast@gmail.com>2020-06-10 09:35:58 -0500
committersteve-chavez <stevechavezast@gmail.com>2020-06-10 09:35:58 -0500
commitbc8f008d7c142fdffb4a58f0856cbf9561c1e489 (patch)
tree337c865d0e5263cfa6060bf7d3061bb7bc007816 /pkgs/development
parenta5f5d020c69c22ddc6be48123ef4d30fd262c403 (diff)
downloadnixlib-bc8f008d7c142fdffb4a58f0856cbf9561c1e489.tar
nixlib-bc8f008d7c142fdffb4a58f0856cbf9561c1e489.tar.gz
nixlib-bc8f008d7c142fdffb4a58f0856cbf9561c1e489.tar.bz2
nixlib-bc8f008d7c142fdffb4a58f0856cbf9561c1e489.tar.lz
nixlib-bc8f008d7c142fdffb4a58f0856cbf9561c1e489.tar.xz
nixlib-bc8f008d7c142fdffb4a58f0856cbf9561c1e489.tar.zst
nixlib-bc8f008d7c142fdffb4a58f0856cbf9561c1e489.zip
haskellPackages.hasql-notifications: unbreak
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix.yaml1
2 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index d15c37a65fbe..18c8c11beddd 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1450,6 +1450,7 @@ self: super: {
   };
 
   # Test suite requires running a database server. Testing is done upstream.
+  hasql-notifications = dontCheck super.hasql-notifications;
   hasql-pool = dontCheck super.hasql-pool;
 
   # This bumps optparse-applicative to <0.16 in the cabal file, as otherwise
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
index 1b02c07bbc20..a1d9b297751c 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
@@ -5673,7 +5673,6 @@ broken-packages:
   - hasql-generic
   - hasql-implicits
   - hasql-migration
-  - hasql-notifications
   - hasql-optparse-applicative
   - hasql-postgres
   - hasql-postgres-options