Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
haddock
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Glasgow Haskell Compiler
haddock
Commits
574d3c13
Commit
574d3c13
authored
10 years ago
by
Mateusz Kowalczyk
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Disambiguate ‘die’ in test runners."
This reverts commit
dba02d6d
.
parent
3f71dfef
No related branches found
No related tags found
5 merge requests
!38
Make --no-tmp-comp-dir the default
,
!37
Adapt to latest xhtml version, various optimizations
,
!31
Support HsToken in DataDecl and ClassDecl
,
!12
Drop orphan instance when defined upstream.
,
!10
Haddock interfaces produced from `.hi` files
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
html-test/run.lhs
+1
-1
1 addition, 1 deletion
html-test/run.lhs
latex-test/run.lhs
+1
-1
1 addition, 1 deletion
latex-test/run.lhs
with
2 additions
and
2 deletions
html-test/run.lhs
+
1
−
1
View file @
574d3c13
...
...
@@ -41,7 +41,7 @@ main = do
test :: IO ()
test = do
x <- doesFileExist haddockPath
unless x $
System.Exit.
die "you need to run 'cabal build' successfully first"
unless x $ die "you need to run 'cabal build' successfully first"
contents <- getDirectoryContents testDir
args <- getArgs
...
...
This diff is collapsed.
Click to expand it.
latex-test/run.lhs
+
1
−
1
View file @
574d3c13
...
...
@@ -41,7 +41,7 @@ main = do
test :: IO ()
test = do
x <- doesFileExist haddockPath
unless x $
System.Exit.
die "you need to run 'cabal build' successfully first"
unless x $ die "you need to run 'cabal build' successfully first"
contents <- getDirectoryContents testDir
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment