Those were mistakenly added to support GHC 9.8.1, before I understood hackage revisions.
19 lines
558 B
Plaintext
19 lines
558 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: .
|
|
|
|
package *
|
|
ghc-options: -split-sections
|
|
|
|
-- 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
|