Please 'cabal check'

This commit is contained in:
Julian Ospald 2021-04-09 19:13:36 +02:00
parent e4aad4e645
commit ad21640cd9
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F
1 changed files with 10 additions and 1 deletions

View File

@ -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
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
import: import:
libarchive libarchive
ghc-options:
-threaded
executable ghcup-gen executable ghcup-gen
import: import:
config config
@ -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