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
4a86b247
Verified
Commit
4a86b247
authored
4 years ago
by
Julian Ospald
Browse files
Options
Downloads
Patches
Plain Diff
Fix up .cabal file
parent
7bb2552d
No related branches found
No related tags found
1 merge request
!82
Use lzma-static
Pipeline
#34208
failed
4 years ago
Stage: hlint
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ghcup.cabal
+9
-7
9 additions, 7 deletions
ghcup.cabal
with
9 additions
and
7 deletions
ghcup.cabal
+
9
−
7
View file @
4a86b247
...
...
@@ -99,7 +99,7 @@ library
, hpath-filepath ^>=0.10.3
, hpath-io ^>=0.14.1
, hpath-posix ^>=0.13.2
, lzma-static >=5.2.5
, lzma-static
^
>=5.2.5
, megaparsec >=8.0.0 && <9.1
, monad-logger ^>=0.3.31
, mtl ^>=2.2
...
...
@@ -146,7 +146,7 @@ library
if flag(tar)
cpp-options: -DTAR
build-depends: tar-bytestring >=0.6.3.1
build-depends: tar-bytestring
^
>=0.6.3.1
else
build-depends: libarchive ^>=3.0.0.0
...
...
@@ -201,9 +201,9 @@ executable ghcup
cpp-options: -DBRICK
other-modules: BrickMain
build-depends:
, brick >=0.5
4
, vector >=0.12
, vty >=5.28.2
, brick >=0.5
&& <0.62
, vector
^
>=0.12
, vty >=5.28.2
&& <5.34
if flag(tar)
cpp-options: -DTAR
...
...
@@ -238,7 +238,6 @@ executable ghcup-gen
, haskus-utils-variant >=3.0 && <3.2
, hpath >=0.11 && <0.13
, hpath-filepath ^>=0.10.3
, libarchive ^>=3.0.0.0
, monad-logger ^>=0.3.31
, mtl ^>=2.2
, optics >=0.2 && <0.5
...
...
@@ -258,7 +257,10 @@ executable ghcup-gen
if flag(tar)
cpp-options: -DTAR
build-depends: tar-bytestring >=0.6.3.1
build-depends: tar-bytestring ^>=0.6.3.1
else
build-depends: libarchive ^>=3.0.0.0
test-suite ghcup-test
type: exitcode-stdio-1.0
...
...
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