We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58149f0 commit 538b094Copy full SHA for 538b094
CHANGELOG.md
@@ -1,8 +1,10 @@
1
# Changelog for elm-syntax
2
3
-## Unreleased changes
+## 0.3.1.0
4
5
- Simplify record projections on known records
6
+- Write explicit export lists
7
+- Fix build with GHC 9.0. (see [#2](https://github.com/folq/elm-syntax/pull/2))
8
9
## 0.3.0.0
10
elm-syntax.cabal
@@ -7,7 +7,7 @@ cabal-version: 1.12
-- hash: 7a5a97356a0303c135c29af83618eccb2a2d5844234020ab4cd4f38ee561609d
name: elm-syntax
-version: 0.3.0.0
+version: 0.3.1.0
11
synopsis: Elm syntax and pretty-printing
12
description: Please see the README on GitHub at <https://github.com/folq/elm-syntax#readme>
13
category: Elm, Compiler, Language
0 commit comments