[Nix-dev] Building Haskell Package with Tests and Data Files.

Bas van Dijk v.dijk.bas at gmail.com
Tue Dec 22 17:08:31 CET 2015


Hello,

I have a Haskell library that contains a test-suite. The test requires
a data file of the package. When building the package with nix-build
the test is run but fails because the path to the data file is wrong.
The following miminal project shows the problem:

  https://github.com/basvandijk/hs-test-failure-nix

Is there some way of building this package and succesfully running the
test suite using nix-build?

Cheers,

Bas


More information about the nix-dev mailing list