From ad21640cd9d41ff1ad58c85057473eb4b0367ecb Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 9 Apr 2021 19:13:36 +0200 Subject: [PATCH] Please 'cabal check' --- ghcup.cabal | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ghcup.cabal b/ghcup.cabal index 4fbccae..f232835 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -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