Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
00aef344
Commit
00aef344
authored
Jun 11, 2004
by
ijones
Browse files
fixed conflict
parent
df9a0b1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Distribution/ModuleTest.hs
View file @
00aef344
...
...
@@ -60,8 +60,16 @@ import qualified Distribution.Simple.Utils(hunitTests)
import
Distribution.Simple.Configure
()
import
Distribution.Simple.Register
()
import
HUnit
(
runTestTT
,
Test
(
..
))
-- base
import
Control.Monad
(
when
)
import
Directory
(
setCurrentDirectory
,
doesFileExist
,
doesDirectoryExist
,
removeDirectory
)
import
System.Cmd
(
system
)
import
System.Exit
(
ExitCode
(
..
))
import
HUnit
(
runTestTT
,
Test
(
..
),
Counts
,
assertBool
)
label
::
String
->
String
label
t
=
"-= "
++
t
++
" =-"
runTestTT'
::
Test
->
IO
Counts
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment