- hasql-pool-0.8
* 'release' now flushes the pool, and no longer destroys it;
'PoolIsReleasedUsageError' is gone compared to our fork
* now supports an acquisition timeout, which we don't use
yet
* lower bound on 0.8.0.2 to fix a Windows build issue
- hasql-1.6
introduces a position parameter to ServerError, which we
ignore
16 lines
516 B
Plaintext
16 lines
516 B
Plaintext
-- Settings to allow building with plain cabal. If this was
|
|
-- named just cabal.project, it would interfere with the default
|
|
-- nix build.
|
|
|
|
packages: .
|
|
|
|
-- Example of depending on a forked repository (the same dependency
|
|
-- would be mentioned in nix/overlays/haskell-packages.nix and
|
|
-- stack.yaml, and should refer to a main branch commit of the
|
|
-- repository.
|
|
--
|
|
-- source-repository-package
|
|
-- type: git
|
|
-- location: https://github.com/PostgREST/hasql-pool.git
|
|
-- tag: 4d462c4d47d762effefc7de6c85eaed55f144f1d
|