Revert "enable parallel ghc for building git-annex"
authorJoey Hess <joeyh@joeyh.name>
Tue, 26 Sep 2023 17:34:28 +0000 (13:34 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 26 Sep 2023 17:34:28 +0000 (13:34 -0400)
This reverts commit 3f6aff89b1022b90c43a96b091d55e6e251d6f83.

Sadly hackage rejects cabal files using -j unless hidden behind an
option that is disabled by default.

git-annex.cabal

index 394f7562685ce6898c5d4e27f22044ec9c23961b..3699145243c5d774b8d5668c5598172b437fd314 100644 (file)
@@ -274,14 +274,12 @@ Executable git-annex
    network-bsd,
    git-lfs (>= 1.2.0)
   CC-Options: -Wall
-  GHC-Options: -Wall -fno-warn-tabs -Wincomplete-uni-patterns
+  GHC-Options: -Wall -fno-warn-tabs  -Wincomplete-uni-patterns
   Default-Language: Haskell2010
   Default-Extensions: LambdaCase
   Other-Extensions: TemplateHaskell
   -- Some things don't work with the non-threaded RTS.
   GHC-Options: -threaded
-  -- Build using all CPUs
-  GHC-Options: -j
 
   -- Fully optimize for production.
   if flag(Production)