Skip to content

Commit 50a6447

Browse files
committed
Reenable buildability of test suite
1 parent 906a1bc commit 50a6447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/test-framework.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ Test-Suite test-framework-tests
112112
Main-Is: Tests.hs
113113
Type: exitcode-stdio-1.0
114114

115-
-- Doe to libxml dependency, the testsuite is not buildable anymore
116-
Buildable: False
115+
-- Doe to libxml dependency, the testsuite is not buildable on e.g. MacOS
116+
-- Buildable: False
117117

118118
Build-Depends: HUnit >= 1.5.0.0
119119
, QuickCheck >= 2.9.2 && < 2.16

0 commit comments

Comments
 (0)