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 _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
