hackage2nix: unbreak hasql-pool
This commit is contained in:
parent
572e8f6008
commit
629af9f518
@ -1501,4 +1501,7 @@ self: super: {
|
|||||||
# Fixed at head, but hasn't cut a release in awhile.
|
# Fixed at head, but hasn't cut a release in awhile.
|
||||||
darcs = doJailbreak super.darcs;
|
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
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
@ -5621,7 +5621,6 @@ broken-packages:
|
|||||||
- hasql-migration
|
- hasql-migration
|
||||||
- hasql-notifications
|
- hasql-notifications
|
||||||
- hasql-optparse-applicative
|
- hasql-optparse-applicative
|
||||||
- hasql-pool
|
|
||||||
- hasql-postgres
|
- hasql-postgres
|
||||||
- hasql-postgres-options
|
- hasql-postgres-options
|
||||||
- hasql-simple
|
- hasql-simple
|
||||||
|
Loading…
x
Reference in New Issue
Block a user