Merge pull request #90062 from steve-chavez/unbreak-hasql-noti

haskellPackages.hasql-notifications: unbreak
This commit is contained in:
Peter Simons 2020-06-12 21:41:43 +02:00 committed by GitHub
commit 2218618bb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -1453,6 +1453,7 @@ self: super: {
}; };
# Test suite requires running a database server. Testing is done upstream. # Test suite requires running a database server. Testing is done upstream.
hasql-notifications = dontCheck super.hasql-notifications;
hasql-pool = dontCheck super.hasql-pool; hasql-pool = dontCheck super.hasql-pool;
# This bumps optparse-applicative to <0.16 in the cabal file, as otherwise # This bumps optparse-applicative to <0.16 in the cabal file, as otherwise

View File

@ -5672,7 +5672,6 @@ broken-packages:
- hasql-generic - hasql-generic
- hasql-implicits - hasql-implicits
- hasql-migration - hasql-migration
- hasql-notifications
- hasql-optparse-applicative - hasql-optparse-applicative
- hasql-postgres - hasql-postgres
- hasql-postgres-options - hasql-postgres-options