mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2024-11-09 16:35:22 +03:00
25 lines
632 B
Plaintext
25 lines
632 B
Plaintext
tests: true
|
|
benchmarks: true
|
|
|
|
packages:
|
|
./hnix-store-core/hnix-store-core.cabal
|
|
./hnix-store-db/hnix-store-db.cabal
|
|
./hnix-store-json/hnix-store-json.cabal
|
|
./hnix-store-nar/hnix-store-nar.cabal
|
|
./hnix-store-readonly/hnix-store-readonly.cabal
|
|
./hnix-store-remote/hnix-store-remote.cabal
|
|
./hnix-store-tests/hnix-store-tests.cabal
|
|
|
|
-- till https://github.com/obsidiansystems/dependent-sum/pull/80
|
|
allow-newer:
|
|
dependent-sum:some
|
|
|
|
package hnix-store-db
|
|
flags: +build-readme +build-bench
|
|
|
|
package hnix-store-nar
|
|
flags: +bounded_memory
|
|
|
|
package hnix-store-remote
|
|
flags: +build-derivation +build-readme +io-testsuite
|