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