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
3f496852
Commit
3f496852
authored
4 years ago
by
Francesco Gazzetta
Browse files
Options
Downloads
Patches
Plain Diff
Allow base 4.16 and Cabal 3.4 in cabal-testsuite
parent
12441af5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cabal-testsuite/cabal-testsuite.cabal
+2
-2
2 additions, 2 deletions
cabal-testsuite/cabal-testsuite.cabal
cabal.project.validate.libonly
+3
-0
3 additions, 0 deletions
cabal.project.validate.libonly
with
5 additions
and
2 deletions
cabal-testsuite/cabal-testsuite.cabal
+
2
−
2
View file @
3f496852
...
...
@@ -26,7 +26,7 @@ common shared
default-language: Haskell2010
build-depends:
, base >= 4.6 && <4.1
5
, base >= 4.6 && <4.1
6
-- this needs to match the in-tree lib:Cabal version
, Cabal == 3.5.0.0
...
...
@@ -109,5 +109,5 @@ executable setup
custom-setup
-- we only depend on even stable releases of lib:Cabal
setup-depends: Cabal == 2.2.* || == 2.4.* || == 3.0.* || ==3.2.*,
setup-depends: Cabal == 2.2.* || == 2.4.* || == 3.0.* || ==3.2.*
|| ==3.4.*
,
base, filepath, directory
This diff is collapsed.
Click to expand it.
cabal.project.validate.libonly
+
3
−
0
View file @
3f496852
...
...
@@ -19,3 +19,6 @@ package Cabal
ghc-options: -Werror -fno-ignore-asserts
package cabal-testsuite
ghc-options: -Werror -fno-ignore-asserts
-- https://github.com/haskell-hvr/cryptohash-sha256/issues/12
allow-newer: cryptohash-sha256:base
This diff is collapsed.
Click to expand it.
Francesco Gazzetta
@fgaz
mentioned in commit
7ed8b6cd
·
4 years ago
mentioned in commit
7ed8b6cd
mentioned in commit 7ed8b6cd670249b319c068a2ecf6a39b41c92e7e
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