tfausak / flow

:droplet: Write more understandable Haskell.
https://hackage.haskell.org/package/flow
MIT License
198 stars 10 forks source link

Flow (from hackage targball) test suite failure #9

Closed DanBurton closed 8 years ago

DanBurton commented 8 years ago
flow-1.0.4: test (suite: flow-test-suite)

<no location info>: can't find file: Flow.hs

Test suite failure for package flow-1.0.4
    flow-test-suite:  exited with: ExitFailure 1
Logs printed to console
tfausak commented 8 years ago

Weird. hpack didn't expose Flow. I explicitly added it in d42e65fcf9fcbab6cfbd2907f16f4da85f1f8b26, which should fix this.

tfausak commented 8 years ago

Flow v1.0.5's tarball includes Flow.hs, which was missing in v1.0.4. Can you confirm that the test suite works for you?

DanBurton commented 8 years ago

Works for me locally. I'll re-enable the test suite on stackage.