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
ad21640c
Verified
Commit
ad21640c
authored
4 years ago
by
Julian Ospald
Browse files
Options
Downloads
Patches
Plain Diff
Please 'cabal check'
parent
e4aad4e6
No related branches found
No related tags found
1 merge request
!82
Use lzma-static
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ghcup.cabal
+10
-1
10 additions, 1 deletion
ghcup.cabal
with
10 additions
and
1 deletion
ghcup.cabal
+
10
−
1
View file @
ad21640c
...
@@ -250,7 +250,7 @@ common config
...
@@ -250,7 +250,7 @@ common config
default-language: Haskell2010
default-language: Haskell2010
ghc-options:
ghc-options:
-Wall -fwarn-tabs -fwarn-incomplete-uni-patterns
-Wall -fwarn-tabs -fwarn-incomplete-uni-patterns
-fwarn-incomplete-record-updates
-threaded
-fwarn-incomplete-record-updates
default-extensions:
default-extensions:
LambdaCase
LambdaCase
...
@@ -343,6 +343,9 @@ library
...
@@ -343,6 +343,9 @@ library
other-modules:
other-modules:
Paths_ghcup
Paths_ghcup
autogen-modules:
Paths_ghcup
default-extensions:
default-extensions:
Strict
Strict
StrictData
StrictData
...
@@ -423,6 +426,9 @@ executable ghcup
...
@@ -423,6 +426,9 @@ executable ghcup
import:
import:
libarchive
libarchive
ghc-options:
-threaded
executable ghcup-gen
executable ghcup-gen
import:
import:
config
config
...
@@ -467,6 +473,9 @@ executable ghcup-gen
...
@@ -467,6 +473,9 @@ executable ghcup-gen
tar-bytestring
tar-bytestring
cpp-options: -DTAR
cpp-options: -DTAR
ghc-options:
-threaded
test-suite ghcup-test
test-suite ghcup-test
import:
import:
config
config
...
...
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