We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1cab2 commit 9e11428Copy full SHA for 9e11428
cabal.project
@@ -1 +1,7 @@
1
-packages: ./hnix-store-core/*.cabal ./hnix-store-remote/*.cabal
+packages:
2
+ ./hnix-store-core/hnix-store-core.cabal
3
+ ./hnix-store-remote/hnix-store-remote.cabal
4
+
5
+package hnix-store-remote
6
+ flags: +build-readme
7
hnix-store-remote/hnix-store-remote.cabal
@@ -60,7 +60,7 @@ flag io-testsuite
60
61
flag build-readme
62
default:
63
- True
+ False
64
description:
65
Build README.lhs example
66
@@ -97,6 +97,8 @@ library
97
ghc-options: -Wall
98
99
executable remote-readme
100
+ if !flag(build-readme)
101
+ buildable: False
102
build-depends:
103
base >=4.12 && <5
104
, hnix-store-remote
0 commit comments