xtendo-org / rawfilepath

Haskell library for encoding-free interaction with Unix system. Use RawFilePath (ByteString) instead of FilePath (String)
Other
17 stars 3 forks source link

test/Spec.hs:3:1: error: Failed to load interface for ‘System.Process.RawFilePath’ #3

Closed juhp closed 7 years ago

juhp commented 7 years ago

In the Stackage Nightly build testsuite failing to build

Preprocessing test suite 'RawFilePath-test' for rawfilepath-0.2.2...
[1 of 1] Compiling Main             ( test/Spec.hs, dist/build/RawFilePath-test/RawFilePath-test-tmp/Main.o )

test/Spec.hs:3:1: error:
    Failed to load interface for ‘System.Process.RawFilePath’
    Use -v to see a list of the files searched for.
xtendo-org commented 7 years ago

Thanks for letting me know! Sorry for a late response!