diff --git a/ihp-hsx/ihp-hsx.cabal b/ihp-hsx/ihp-hsx.cabal index 9e9c5e130..9216035c1 100644 --- a/ihp-hsx/ihp-hsx.cabal +++ b/ihp-hsx/ihp-hsx.cabal @@ -74,6 +74,7 @@ library -Wmissed-specialisations -Wall-missed-specialisations -fexpose-all-unfoldings + -split-sections hs-source-dirs: . exposed-modules: IHP.HSX.Parser diff --git a/ihp.cabal b/ihp.cabal index cdd68a64d..772cd5297 100644 --- a/ihp.cabal +++ b/ihp.cabal @@ -166,6 +166,7 @@ common shared-properties -Winaccessible-code -Wmissed-specialisations -Wall-missed-specialisations + -split-sections library import: shared-properties