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
249374d1
Commit
249374d1
authored
1 year ago
by
Hécate Moonlight
Committed by
Artem Pelenitsyn
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix tests
parent
2e32a44f
No related branches found
No related tags found
No related merge requests found
Pipeline
#81492
passed
1 year ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cabal-install/tests/UnitTests/Distribution/Solver/Modular/Solver.hs
+0
-8
0 additions, 8 deletions
...all/tests/UnitTests/Distribution/Solver/Modular/Solver.hs
with
0 additions
and
8 deletions
cabal-install/tests/UnitTests/Distribution/Solver/Modular/Solver.hs
+
0
−
8
View file @
249374d1
...
...
@@ -203,12 +203,6 @@ tests =
,
runTest
$
mkTest
dbNonupgrade
"Refuse to install newer ghc requested by another library"
[
"A"
]
$
solverFailure
(
isInfixOf
"rejecting: ghc-2.0.0 (constraint from non-upgradeable package requires installed instance)"
)
,
runTest
$
mkTest
dbNonupgrade
"Refuse to install newer ghci requested by another library"
[
"B"
]
$
solverFailure
(
isInfixOf
"rejecting: ghci-2.0.0 (constraint from non-upgradeable package requires installed instance)"
)
,
runTest
$
mkTest
dbNonupgrade
"Refuse to install newer ghc-boot requested by another library"
[
"C"
]
$
solverFailure
(
isInfixOf
"rejecting: ghc-boot-2.0.0 (constraint from non-upgradeable package requires installed instance)"
)
]
,
testGroup
"reject-unconstrained"
...
...
@@ -1301,8 +1295,6 @@ dbBase =
dbNonupgrade
::
ExampleDb
dbNonupgrade
=
[
Left
$
exInst
"ghc"
1
"ghc-1"
[]
,
Left
$
exInst
"ghci"
1
"ghci-1"
[]
,
Left
$
exInst
"ghc-boot"
1
"ghc-boot-1"
[]
,
Right
$
exAv
"ghc"
2
[]
,
Right
$
exAv
"ghci"
2
[]
,
Right
$
exAv
"ghc-boot"
2
[]
...
...
This diff is collapsed.
Click to expand it.
Ben Gamari
@bgamari
mentioned in commit
66703bb2
·
1 year ago
mentioned in commit
66703bb2
mentioned in commit 66703bb295ffcd89b15c06969916f440248d61cf
Toggle commit list
Ben Gamari
@bgamari
mentioned in commit
80780749
·
1 year ago
mentioned in commit
80780749
mentioned in commit 8078074921546c2cfaa8612419933670c8141040
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