Skip to content

Commit

Permalink
GHC 9.12 and cabal 3.14 release announcement (#10)
Browse files Browse the repository at this point in the history
* GHC 9.12 and cabal 3.14 release announcement

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

Co-authored-by: brandon s allbery kf8nh <[email protected]>

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

Co-authored-by: brandon s allbery kf8nh <[email protected]>

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

Co-authored-by: brandon s allbery kf8nh <[email protected]>

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

Co-authored-by: brandon s allbery kf8nh <[email protected]>

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

Co-authored-by: brandon s allbery kf8nh <[email protected]>

* Rectify cabal check mention

* Fix the description of MultilineStrings

* Fix the description of NamedDefaults

* Review comments

---------

Co-authored-by: brandon s allbery kf8nh <[email protected]>
  • Loading branch information
Kleidukos and geekosaur committed Jan 6, 2025
1 parent 457096e commit 867f3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/ghc-9.12-cabal-3.14/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ instead of triggering an error about a polymorphic type.
### Code Generation

* Experimental support for the [RISC-V Platform](https://gitlab.haskell.org/ghc/ghc/-/issues/16783);
* SIMD! In the x86: Most floating-point operations and some integer vector operations are supported 128-bit vectors **without LLVM**. [Get in touch](https://matrix.to/#/#ghc:matrix.org) to help with this effort
* SIMD! On x86, most floating-point operations and some integer vector operations are supported for 128-bit vectors **without requiring LLVM**. [Get in touch](https://matrix.to/#/#ghc:matrix.org) to help with this effort
* You can try the new experimental [`-fobject-determinism`][-fobject-determinism] flag to enable deterministic object code generation.

#### ⚠️ Deprecations
Expand Down

0 comments on commit 867f3b0

Please sign in to comment.