Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alex D
GHC
Commits
653dc5f7
Commit
653dc5f7
authored
Aug 02, 2018
by
Ben Gamari
🐢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump Cabal submodule
parent
c955a514
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
9 deletions
+5
-9
libraries/Cabal
libraries/Cabal
+1
-1
testsuite/tests/cabal/cabal05/cabal05.stderr
testsuite/tests/cabal/cabal05/cabal05.stderr
+0
-4
utils/check-api-annotations/check-api-annotations.cabal
utils/check-api-annotations/check-api-annotations.cabal
+1
-1
utils/check-ppr/check-ppr.cabal
utils/check-ppr/check-ppr.cabal
+1
-1
utils/ghc-cabal/ghc-cabal.cabal
utils/ghc-cabal/ghc-cabal.cabal
+1
-1
utils/ghctags/ghctags.cabal
utils/ghctags/ghctags.cabal
+1
-1
No files found.
Cabal
@
6671506b
Compare
2a3175f8
...
6671506b
Subproject commit
2a3175f886b86697194256f55c9487b7cfb4dc92
Subproject commit
6671506b488a0fe2079f9059a23510b35514c031
testsuite/tests/cabal/cabal05/cabal05.stderr
View file @
653dc5f7
the following packages have broken abi-depends fields:
p
q
r
T.hs:3:1: error:
Ambiguous module name ‘Conflict’:
...
...
utils/check-api-annotations/check-api-annotations.cabal
View file @
653dc5f7
...
...
@@ -24,6 +24,6 @@ Executable check-api-annotations
Build-Depends: base >= 4 && < 5,
containers,
Cabal >= 2.
3 && < 2.4
,
Cabal >= 2.
4.0 && < 2.5
,
directory,
ghc
utils/check-ppr/check-ppr.cabal
View file @
653dc5f7
...
...
@@ -25,7 +25,7 @@ Executable check-ppr
Build-Depends: base >= 4 && < 5,
bytestring,
containers,
Cabal >= 2.
3 && < 2.4
,
Cabal >= 2.
4 && < 2.5
,
directory,
filepath,
ghc
utils/ghc-cabal/ghc-cabal.cabal
View file @
653dc5f7
...
...
@@ -21,7 +21,7 @@ Executable ghc-cabal
Build
-
Depends
:
base
>=
3
&&
<
5
,
bytestring
>=
0.10
&&
<
0.11
,
Cabal
>=
2.
3
&&
<
2.4
,
Cabal
>=
2.
4
&&
<
2.5
,
directory
>=
1.1
&&
<
1.4
,
filepath
>=
1.2
&&
<
1.5
utils/ghctags/ghctags.cabal
View file @
653dc5f7
...
...
@@ -18,6 +18,6 @@ Executable ghctags
Build-Depends: base >= 4 && < 5,
containers,
Cabal >= 2.
3 && <2.4
,
Cabal >= 2.
4 && <2.5
,
ghc
Write
Preview
Markdown
is supported
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