When building the test suite from the Hackage release I get the following. Probably a missing entry in the cabal file.
Preprocessing test suite 'test' for fuzzySets-1.1.0...
Building test suite 'test' for fuzzySets-1.1.0...
[ 1 of 10] Compiling Fuzzy.Control.DefuzzificationTest ( test/Fuzzy/Control/DefuzzificationTest.hs, dist/build/test/test-tmp/Fuzzy/Control/DefuzzificationTest.o )
[ 2 of 10] Compiling Fuzzy.Relations.LRelationTest ( test/Fuzzy/Relations/LRelationTest.hs, dist/build/test/test-tmp/Fuzzy/Relations/LRelationTest.o )
[ 3 of 10] Compiling Fuzzy.Sets.LSetTest ( test/Fuzzy/Sets/LSetTest.hs, dist/build/test/test-tmp/Fuzzy/Sets/LSetTest.o )
[ 4 of 10] Compiling Fuzzy.Sets.MembershipFunctionsTest ( test/Fuzzy/Sets/MembershipFunctionsTest.hs, dist/build/test/test-tmp/Fuzzy/Sets/MembershipFunctionsTest.o )
[ 5 of 10] Compiling Utils.Utils ( test/Utils/Utils.hs, dist/build/test/test-tmp/Utils/Utils.o )
[ 6 of 10] Compiling UnitIntervalStructuresTest ( test/UnitIntervalStructuresTest.hs, dist/build/test/test-tmp/UnitIntervalStructuresTest.o )
[ 7 of 10] Compiling Fuzzy.Sets.PropertiesTest ( test/Fuzzy/Sets/PropertiesTest.hs, dist/build/test/test-tmp/Fuzzy/Sets/PropertiesTest.o )
[ 8 of 10] Compiling Fuzzy.Sets.FuzzyCardinalityTest ( test/Fuzzy/Sets/FuzzyCardinalityTest.hs, dist/build/test/test-tmp/Fuzzy/Sets/FuzzyCardinalityTest.o )
[ 9 of 10] Compiling Fuzzy.Relations.PropertiesTest ( test/Fuzzy/Relations/PropertiesTest.hs, dist/build/test/test-tmp/Fuzzy/Relations/PropertiesTest.o )
[10 of 10] Compiling Main ( test/Tests.hs, dist/build/test/test-tmp/Main.o )
test/Tests.hs:9:1: error: [GHC-61948]
Could not find module ‘Fuzzy.Sets.CardinalityTest’.
Perhaps you meant Fuzzy.Sets.Cardinality (from fuzzySets-1.1.0)
Use -v to see a list of the files searched for.
|
9 | import Fuzzy.Sets.CardinalityTest
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
When building the test suite from the Hackage release I get the following. Probably a missing entry in the cabal file.