You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Haskell 9.4.8
* Try split-sections on windows.
* Experimental stan config to ask it to not report StrictData.
* Use 9.4.8 in lint and benchmarks.
* Fix lint.
* Update cabal version.
* Satisfy hlint/fourmolu.
* Clean up split-sections message.
Copy file name to clipboardExpand all lines: cabal.project.ci.windows
+1-7
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,5 @@
1
1
executable-static: True
2
-
-- -split-sections causes errors on Windows with GHC 9.4 and is off by default.
3
-
-- I filed a bug about it here: https://gitlab.haskell.org/ghc/ghc/-/issues/23961
4
-
-- -split-sections are meant to reduce executable size: https://downloads.haskell.org/ghc/9.4.7/docs/users_guide/phases.html?highlight=split%20sections#ghc-flag--split-sections
5
-
-- The binaries made in CI without this were ~122 MB to ~116 MB with this option.
6
-
-- Compressed, the differences is < 1 MB so I don't think holding off the upgrade for this is worthwhile.
7
-
-- It may be worth looking into in the future to see if this can be turned back on though.
0 commit comments