From b7f1f0382fba9980d3079733d879d7959ae3fedd Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Mon, 2 Oct 2017 22:24:03 +0200 Subject: [PATCH] Remove ghc -j flag from .cabal file --- butcher.cabal | 2 -- 1 file changed, 2 deletions(-) diff --git a/butcher.cabal b/butcher.cabal index a834a6e..9d3679c 100644 --- a/butcher.cabal +++ b/butcher.cabal @@ -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 }