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
ghc-options:
-Wall -fwarn-tabs -fwarn-incomplete-uni-patterns
-fwarn-incomplete-record-updates -threaded
-fwarn-incomplete-record-updates
default-extensions:
LambdaCase
@ -343,6 +343,9 @@ library
other-modules:
Paths_ghcup
autogen-modules:
Paths_ghcup
default-extensions:
Strict
StrictData
@ -423,6 +426,9 @@ executable ghcup
import:
libarchive
ghc-options:
-threaded
executable ghcup-gen
import:
config
@ -467,6 +473,9 @@ executable ghcup-gen
tar-bytestring
cpp-options: -DTAR
ghc-options:
-threaded
test-suite ghcup-test
import:
config