Skip to content

Commit

Permalink
Remove -j from libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Walker authored and facundominguez committed Jun 15, 2022
1 parent b5e7df4 commit 814a707
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion liquid-base/liquid-base.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -257,4 +257,4 @@ library
NoImplicitPrelude
if impl(ghc >= 8.10)
ghc-options: -fplugin=LiquidHaskell -fplugin-opt=LiquidHaskell:--no-positivity-check
ghc-options: -j

2 changes: 1 addition & 1 deletion liquid-bytestring/liquid-bytestring.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ library
default-extensions: PackageImports
if impl(ghc >= 8.10)
ghc-options: -fplugin=LiquidHaskell
ghc-options: -j

2 changes: 1 addition & 1 deletion liquid-containers/liquid-containers.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ library
default-extensions: PackageImports
if impl(ghc >= 8.10)
ghc-options: -fplugin=LiquidHaskell
ghc-options: -j

2 changes: 1 addition & 1 deletion liquid-ghc-prim/liquid-ghc-prim.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ library
MagicHash
if impl(ghc >= 8.10)
ghc-options: -fplugin=LiquidHaskell
ghc-options: -j

2 changes: 1 addition & 1 deletion liquid-parallel/liquid-parallel.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ library
default-extensions: PackageImports
if impl(ghc >= 8.10)
ghc-options: -fplugin=LiquidHaskell
ghc-options: -j

4 changes: 2 additions & 2 deletions liquid-platform/liquid-platform.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ executable liquidhaskell

if flag(devel)
ghc-options: -Werror
ghc-options: -j


executable gradual
main-is: src/Gradual.hs
Expand All @@ -51,7 +51,7 @@ executable gradual

if flag(devel)
ghc-options: -Werror
ghc-options: -j


executable target
main-is: src/Target.hs
Expand Down
2 changes: 1 addition & 1 deletion liquid-prelude/liquid-prelude.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ library
default-language: Haskell2010
if impl(ghc >= 8.10)
ghc-options: -fplugin=LiquidHaskell
ghc-options: -j

2 changes: 1 addition & 1 deletion liquid-vector/liquid-vector.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ library
default-extensions: PackageImports
if impl(ghc >= 8.10)
ghc-options: -fplugin=LiquidHaskell -fplugin-opt=LiquidHaskell:--no-positivity-check
ghc-options: -j

0 comments on commit 814a707

Please sign in to comment.