wz1000 / HieDb

Generates a references DB from .hie files
BSD 3-Clause "New" or "Revised" License
64 stars 24 forks source link

Tests are not all packaged in hackage release #30

Closed maralorn closed 3 years ago

maralorn commented 3 years ago

I get the following build error when running tests:

Running 1 test suites...
Test suite hiedb-tests: RUNNING...
hiedb-tests: test/data/Module1.hs: openFile: does not exist (No such file or directory)
Test suite hiedb-tests: FAIL
Test suite logged to: dist/test/hiedb-0.3.0.1-hiedb-tests.log
0 of 1 test suites (0 of 1 test cases) passed.
wz1000 commented 3 years ago

Are you installing from hackage? https://github.com/wz1000/HieDb/pull/27 should fix this. I will make a release including that soon.

maralorn commented 3 years ago

Oh, I am sorry. Didn‘t see that.