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 11da925 commit 8078f0fCopy full SHA for 8078f0f
hnix-store-remote/hnix-store-remote.cabal
@@ -46,11 +46,6 @@ common commons
46
, ViewPatterns
47
default-language: Haskell2010
48
49
-common tests
50
- import: commons
51
- build-tool-depends:
52
- tasty-discover:tasty-discover
53
-
54
flag io-testsuite
55
default:
56
False
@@ -163,7 +158,7 @@ executable remote-readme
163
158
ghc-options: -pgmL markdown-unlit -Wall
164
159
165
160
test-suite remote
166
- import: tests
161
+ import: commons
167
162
type: exitcode-stdio-1.0
168
main-is: Driver.hs
169
hs-source-dirs: tests
@@ -187,7 +182,7 @@ test-suite remote
187
182
, QuickCheck
188
183
189
184
test-suite remote-io
190
185
191
186
192
if !flag(io-testsuite) || os(darwin)
193
buildable: False
0 commit comments