haskell / c2hs

c2hs is a pre-processor for Haskell FFI bindings to C libraries
http://hackage.haskell.org/package/c2hs
Other
197 stars 50 forks source link

Add missing test files into Extra-Source-Files #266

Closed felixonmars closed 2 years ago

felixonmars commented 3 years ago

Fixes the following errors when running tests from a hackage tarball:

not a directory: /build/c2hs/src/c2hs-0.28.7/tests/system/interruptible
...
not a directory: /build/c2hs/src/c2hs-0.28.7/tests/bugs/issue-242
andreasabel commented 2 years ago

@deech Can this be merged?