File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/ghc-9.12-cabal-3.14 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
+++
2
- title = " GHC 9.12 & cabal 3.14 releases"
2
+ title = " GHC 9.12 & Cabal 3.14 releases"
3
3
date = 2024-12-22
4
4
[taxonomies ]
5
5
authors = [" Hécate" ]
@@ -52,7 +52,7 @@ instead of triggering an error about a polymorphic type.
52
52
53
53
#### ⚠️ Deprecations
54
54
55
- * The deprecation period for [ GHC.Pack] [ GHC.Pack ] has come to an end. Goodbye!
55
+ * The deprecation cycle of [ GHC.Pack] [ GHC.Pack ] has reached its conclusion and the module has been removed.
56
56
* [ GHC.Desugar] [ GHC.Desugar ] will be removed in GHC 9.14.
57
57
58
58
### Code Generation
@@ -63,8 +63,8 @@ instead of triggering an error about a polymorphic type.
63
63
64
64
#### ⚠️ Deprecations
65
65
66
- * Support for 32-bit Windows and macOS/iOS has been dropped;
67
- * As a result, friendship with the ` stdcall ` calling convention for FFI is ended. Now ` ccall ` is your best friend .
66
+ * Support 32-bit Windows & macOS/iOS has been dropped;
67
+ * As a result, the ` stdcall ` calling convention for FFI has been dropped, ` ccall ` should be used instead .
68
68
69
69
You can read the full release notes [ here] ( https://downloads.haskell.org/ghc/9.12.1/docs/users_guide/9.12.1-notes.html ) .
70
70
You can’t perform that action at this time.
0 commit comments