Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
ghcup-hs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Haskell
ghcup-hs
Commits
6b6ce221
Verified
Commit
6b6ce221
authored
3 years ago
by
Julian Ospald
Browse files
Options
Downloads
Patches
Plain Diff
Use patched haskus-utils-variant, fixing applicative instance
parent
d038c361
No related branches found
No related tags found
1 merge request
!222
Revert "Fix HLS rebuilds"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cabal.project
+6
-0
6 additions, 0 deletions
cabal.project
ghcup.cabal
+2
-2
2 additions, 2 deletions
ghcup.cabal
with
8 additions
and
2 deletions
cabal.project
+
6
−
0
View file @
6b6ce221
...
@@ -12,6 +12,12 @@ constraints: http-io-streams -brotli,
...
@@ -12,6 +12,12 @@ constraints: http-io-streams -brotli,
any.Cabal ==3.6.2.0,
any.Cabal ==3.6.2.0,
any.aeson >= 2.0.1.0
any.aeson >= 2.0.1.0
source-repository-package
type: git
location: https://github.com/hasufell/packages.git
tag: cc0b4688f8bb374fa92f17c856949de795b56291
subdir: haskus-utils-variant
package libarchive
package libarchive
flags: -system-libarchive
flags: -system-libarchive
...
...
This diff is collapsed.
Click to expand it.
ghcup.cabal
+
2
−
2
View file @
6b6ce221
...
@@ -110,7 +110,7 @@ library
...
@@ -110,7 +110,7 @@ library
, disk-free-space ^>=0.1.0.1
, disk-free-space ^>=0.1.0.1
, filepath ^>=1.4.2.1
, filepath ^>=1.4.2.1
, haskus-utils-types ^>=1.5
, haskus-utils-types ^>=1.5
, haskus-utils-variant >=3.
0 && <3.2
, haskus-utils-variant
^
>=3.
2.1
, libarchive ^>=3.0.3.0
, libarchive ^>=3.0.3.0
, lzma-static ^>=5.2.5.3
, lzma-static ^>=5.2.5.3
, megaparsec >=8.0.0 && <9.1
, megaparsec >=8.0.0 && <9.1
...
@@ -227,7 +227,7 @@ executable ghcup
...
@@ -227,7 +227,7 @@ executable ghcup
, directory ^>=1.3.6.0
, directory ^>=1.3.6.0
, filepath ^>=1.4.2.1
, filepath ^>=1.4.2.1
, ghcup
, ghcup
, haskus-utils-variant >=3.
0 && <3.2
, haskus-utils-variant
^
>=3.
2.1
, libarchive ^>=3.0.3.0
, libarchive ^>=3.0.3.0
, megaparsec >=8.0.0 && <9.1
, megaparsec >=8.0.0 && <9.1
, mtl ^>=2.2
, mtl ^>=2.2
...
...
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