You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a 'test-dev' manual cabal flag (default False) and conditionally
makes the test-dev stanza buildable only when the flag is set. Protects
against 'cabal build all --enable-tests' or 'cabal test all' picking up
the duplicate src-compile.
make live-test-dev passes -f test-dev under the hood.
Copy file name to clipboardExpand all lines: monoscope.cabal
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,12 @@ custom-setup
135
135
, base
136
136
, proto-lens-setup
137
137
138
+
flagtest-dev
139
+
description: Build the test-dev test-suite(lib + integration as ONE GHCi target). Off by default so CI's `cabal build all` skips it; opt in for local iteration via `cabal build -f test-dev` or `make live-test-dev`.
0 commit comments