1
1
mirror of https://github.com/tweag/ormolu.git synced 2024-08-17 00:40:27 +03:00

Version bump (0.7.3.0)

This commit is contained in:
Mark Karpov 2023-10-24 20:52:07 +02:00
parent f7ac93fa9d
commit fb5fcb3336
No known key found for this signature in database
GPG Key ID: 8564658B2889FF7C
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## Unreleased
## Ormolu 0.7.3.0
* Switched to `ghc-lib-parser-9.8`, with the following new syntactic features:
* `ExtendedLiterals`: `123#Int8` is a literal of type `Int8#`. (disabled by

View File

@ -1,6 +1,6 @@
cabal-version: 2.4
name: ormolu
version: 0.7.2.0
version: 0.7.3.0
license: BSD-3-Clause
license-file: LICENSE.md
maintainer: Mark Karpov <mark.karpov@tweag.io>