haskell / hoopl

Higher-order optimization library
http://hackage.haskell.org/package/hoopl
Other
73 stars 27 forks source link

test build failure #50

Closed mihaimaruseac closed 6 years ago

mihaimaruseac commented 6 years ago

Found on stackage nightly after re-enabling the test suite

Building test suite 'hoopl-test' for hoopl-3.10.2.2..
[1 of 1] Compiling Main             ( testing/Main.hs, dist/build/hoopl-test/hoopl-test-tmp/Main.o )

testing/Main.hs:8:1: error:
    Could not find module ‘Test’
    Use -v to see a list of the files searched for.
  |
8 | import qualified Test
  | ^^^^^^^^^^^^^^^^^^^^^

Will add to expected test failures under compile fail tag.

RyanGlScott commented 6 years ago

This was fixed in ed178d8721bb767396c34f2ddc793399ed313623.

mihaimaruseac commented 6 years ago

Thanks, will wait for the next release then.