Skip to content

Commit e206ef2

Browse files
committed
Review comments
1 parent 72b012f commit e206ef2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/ghc-9.12-cabal-3.14/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "GHC 9.12 & cabal 3.14 releases"
2+
title = "GHC 9.12 & Cabal 3.14 releases"
33
date = 2024-12-22
44
[taxonomies]
55
authors = ["Hécate"]
@@ -52,7 +52,7 @@ instead of triggering an error about a polymorphic type.
5252

5353
#### ⚠️ Deprecations
5454

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.
5656
* [GHC.Desugar][GHC.Desugar] will be removed in GHC 9.14.
5757

5858
### Code Generation
@@ -63,8 +63,8 @@ instead of triggering an error about a polymorphic type.
6363

6464
#### ⚠️ Deprecations
6565

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.
6868

6969
You can read the full release notes [here](https://downloads.haskell.org/ghc/9.12.1/docs/users_guide/9.12.1-notes.html).
7070

0 commit comments

Comments
 (0)