Remove ghc -j flag from .cabal file

pull/5/head
Lennart Spitzner 2017-10-02 22:24:03 +02:00
parent 4c053ab1f2
commit b7f1f0382f
1 changed files with 0 additions and 2 deletions

View File

@ -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
} }