From c0db5c51d4f7fed19c87689a8f6b55ec43f57524 Mon Sep 17 00:00:00 2001 From: Thomas BAGREL Date: Fri, 13 Sep 2024 08:31:47 +0200 Subject: [PATCH] Update linear-base.cabal Co-authored-by: Arnaud Spiwack --- linear-base.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linear-base.cabal b/linear-base.cabal index e04d6c90..66aaad56 100644 --- a/linear-base.cabal +++ b/linear-base.cabal @@ -28,7 +28,7 @@ common build-opts common rts-opts-multithread ghc-options: -threaded -rtsopts -with-rtsopts=-N common rts-opts-monothread - ghc-options: -threaded -rtsopts -with-rtsopts=-N1 + ghc-options: "" library import: build-opts