mirror of https://github.com/zachjs/sv2v.git
move -X options to extensions in sv2v.cabal
This commit is contained in:
parent
764a11af7f
commit
f353518184
|
|
@ -119,9 +119,10 @@ executable sv2v
|
||||||
Paths_sv2v
|
Paths_sv2v
|
||||||
autogen-modules:
|
autogen-modules:
|
||||||
Paths_sv2v
|
Paths_sv2v
|
||||||
|
extensions:
|
||||||
|
PatternSynonyms
|
||||||
|
TupleSections
|
||||||
ghc-options:
|
ghc-options:
|
||||||
-XPatternSynonyms
|
|
||||||
-XTupleSections
|
|
||||||
-O3
|
-O3
|
||||||
-threaded
|
-threaded
|
||||||
-rtsopts
|
-rtsopts
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue