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 3176030 commit 9a333ccCopy full SHA for 9a333cc
hie.yaml
@@ -4,7 +4,7 @@ cradle:
4
component: "lib:hnix-store-core"
5
6
- path: "./hnix-store-core/tests"
7
- component: "hnix-store-core:test:format-tests"
+ component: "hnix-store-core:test:core"
8
9
- path: "./hnix-store-db/src"
10
component: "lib:hnix-store-db"
hnix-store-core/hnix-store-core.cabal
@@ -94,7 +94,7 @@ library
94
, vector
95
hs-source-dirs: src
96
97
-test-suite format-tests
+test-suite core
98
import: commons
99
type: exitcode-stdio-1.0
100
main-is: Driver.hs
0 commit comments