Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
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
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
Cabal
Commits
d0a690bd
Commit
d0a690bd
authored
11 months ago
by
andreas.abel
Committed by
Mikolaj
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Mark ForeignLibs test as broken with ghc-8.4.4"
This reverts commit
a90d44ff
.
parent
4a8a7c5d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cabal-testsuite/PackageTests/ForeignLibs/setup.test.hs
+1
-2
1 addition, 2 deletions
cabal-testsuite/PackageTests/ForeignLibs/setup.test.hs
with
1 addition
and
2 deletions
cabal-testsuite/PackageTests/ForeignLibs/setup.test.hs
+
1
−
2
View file @
d0a690bd
...
...
@@ -29,8 +29,7 @@ main = setupAndCabalTest . recordMode DoNotRecord $ do
skipUnlessGhcVersion
">= 7.8"
win
<-
isWindows
ghc94
<-
isGhcVersion
">= 9.4.1"
ghc844
<-
isGhcVersion
"== 8.4.4"
expectBrokenIf
(
ghc844
||
(
win
&&
ghc94
))
8451
$
expectBrokenIf
(
win
&&
ghc94
)
8451
$
withPackageDb
$
do
setup_install
[]
setup
"copy"
[]
-- regression test #4156
...
...
This diff is collapsed.
Click to expand it.
andreas.abel
@trac-andreas.abel
mentioned in commit
a545163a
·
11 months ago
mentioned in commit
a545163a
mentioned in commit a545163a4de291eb0f07c282502e3127b28a398e
Toggle commit list
Ben Gamari
@bgamari
mentioned in commit
815b141e
·
11 months ago
mentioned in commit
815b141e
mentioned in commit 815b141e72c59c76c3d35c316d2695d0c72356b8
Toggle commit list
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