summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/haskell.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index ac87de540ed..75bbb24479e 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -144,7 +144,7 @@
144 (ghc-bootstrap-prefix 144 (ghc-bootstrap-prefix
145 (string-append ghc-bootstrap-path "/usr" ))) 145 (string-append ghc-bootstrap-path "/usr" )))
146 (alist-cons-after 146 (alist-cons-after
147 'unpack-bin 'unpack-and-fix-testsuite 147 'unpack-bin 'unpack-testsuite-and-fix-bins
148 (lambda* (#:key inputs outputs #:allow-other-keys) 148 (lambda* (#:key inputs outputs #:allow-other-keys)
149 (with-directory-excursion ".." 149 (with-directory-excursion ".."
150 (copy-file (assoc-ref inputs "ghc-testsuite") 150 (copy-file (assoc-ref inputs "ghc-testsuite")
@@ -155,7 +155,9 @@
155 "testsuite/timeout/timeout.py" 155 "testsuite/timeout/timeout.py"
156 "testsuite/timeout/timeout.hs" 156 "testsuite/timeout/timeout.hs"
157 "testsuite/tests/rename/prog006/Setup.lhs" 157 "testsuite/tests/rename/prog006/Setup.lhs"
158 "testsuite/tests/programs/life_space_leak/life.test") 158 "testsuite/tests/programs/life_space_leak/life.test"
159 "libraries/process/System/Process/Internals.hs"
160 "libraries/unix/cbits/execvpe.c")
159 (("/bin/sh") (which "sh")) 161 (("/bin/sh") (which "sh"))
160 (("/bin/rm") "rm")) 162 (("/bin/rm") "rm"))
161 #t) 163 #t)