1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/haskell/singletons/test.patch

13 lines
309 B
Diff
Raw Normal View History

--- a/tests/SingletonsTestSuiteUtils.hs
+++ b/tests/SingletonsTestSuiteUtils.hs
@@ -201,7 +201,7 @@ testCompileAndDumpGroup testDir tests =
filterWithSed :: FilePath -> IO ()
filterWithSed file = runProcessWithOpts CreatePipe "sed"
#ifdef darwin_HOST_OS
- [ "-i", "''"
+ [ "-i"
#else
[ "-i"
#endif