Remove ghc -j flag from .cabal file
parent
4c053ab1f2
commit
b7f1f0382f
|
@ -90,7 +90,6 @@ library
|
|||
ghc-options: {
|
||||
-Wall
|
||||
-fno-spec-constr
|
||||
-j
|
||||
-fno-warn-unused-imports
|
||||
-fno-warn-orphans
|
||||
}
|
||||
|
@ -148,7 +147,6 @@ test-suite tests
|
|||
ghc-options: {
|
||||
-Wall
|
||||
-fno-spec-constr
|
||||
-j
|
||||
-fno-warn-unused-imports
|
||||
-fno-warn-orphans
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue