]> git.pld-linux.org Git - packages/darcs.git/blob - darcs-tests-ghc72.patch
- unconditional noarch subpackages
[packages/darcs.git] / darcs-tests-ghc72.patch
1 diff --git a/tests/hspwd.hs b/tests/hspwd.hs
2 index b93a7d5..f6fe2dd 100644
3 --- a/tests/hspwd.hs
4 +++ b/tests/hspwd.hs
5 @@ -1,5 +1,5 @@
6  module Main where
7  
8 -import Directory ( getCurrentDirectory )
9 +import System.Directory ( getCurrentDirectory )
10  
11  main = getCurrentDirectory >>= putStr
12 diff --git a/tests/trackdown-bisect-helper.hs b/tests/trackdown-bisect-helper.hs
13 index 5c325c4..7fcb4a4 100644
14 --- a/tests/trackdown-bisect-helper.hs
15 +++ b/tests/trackdown-bisect-helper.hs
16 @@ -15,8 +15,9 @@ patches with the linear implementation.
17  
18  
19  import Control.Monad
20 +import System.Environment
21  import System.IO
22 -import System
23 +import System.Process
24  import System.Random
25  import Data.List
26  import Control.Exception
This page took 0.049382 seconds and 3 git commands to generate.