forked from IntersectMBO/cardano-db-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnix-shell.project
More file actions
24 lines (18 loc) · 763 Bytes
/
Copy pathnix-shell.project
File metadata and controls
24 lines (18 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
-- This is an alternative `cabal.project` file for use inside the nix-shell.
-- It does not include any `source-repository-package` packages as these
-- should all be available inside the `nix-shell`.
-- Since `shell.nix` uses `exactDeps = true` only the versions of the
-- packages selected when `cabal.project` was configured will be
-- available (cabal will not have access to hackage). This means
-- we do not need to include any `constraints` from the `cabal.project`
-- file here.
-- Example Usage:
-- nix-shell
-- cabal build --project-file nix-shell.project --enable-tests all
packages:
cardano-db
cardano-db/test
cardano-db-sync
package cardano-db-sync
ghc-options: -Wall -Werror -fwarn-redundant-constraints
test-show-details: direct