Skip to content
Snippets Groups Projects
Verified Commit ad21640c authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Please 'cabal check'

parent e4aad4e6
No related branches found
No related tags found
1 merge request!82Use lzma-static
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment