My cabal file has a test-suite section which requires an input file. I can get it with data-files and getDataFileName, but presumably this will be installed with the package. However, I only need it for running the exitcode-stdio-1.0. Is there another way of accessing test data?