From f353518184ad9c61d3441cb11427e99007d66ebd Mon Sep 17 00:00:00 2001 From: Zachary Snow Date: Wed, 1 Nov 2023 22:57:43 -0400 Subject: [PATCH] move -X options to extensions in sv2v.cabal --- sv2v.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sv2v.cabal b/sv2v.cabal index 2a3b9e5..a3f8def 100644 --- a/sv2v.cabal +++ b/sv2v.cabal @@ -119,9 +119,10 @@ executable sv2v Paths_sv2v autogen-modules: Paths_sv2v + extensions: + PatternSynonyms + TupleSections ghc-options: - -XPatternSynonyms - -XTupleSections -O3 -threaded -rtsopts