ennocramer / floskell

Floskell is a flexible Haskell source code pretty printer.
BSD 3-Clause "New" or "Revised" License
178 stars 22 forks source link

Include styles/*.md in source tarball #55

Closed felixonmars closed 3 years ago

felixonmars commented 3 years ago

The tests are currently failing due to missing these files, when building from a hackage source tarball:

Running 1 test suites...
Test suite floskell-test: RUNNING...
floskell-test: styles/base.md: openBinaryFile: does not exist (No such file or directory)
Test suite floskell-test: FAIL
ennocramer commented 3 years ago

Thank you so much for that PR. I believe this may be the cause for #48 as well. Much appreciated.