Skip to content

Commit

Permalink
v3.3.0.0: Switch to four-digit version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed May 25, 2023
1 parent 9af9d09 commit e28a119
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## Change in 3.3.0
## Changes in 3.3.0.0

* Add an `Ord` instance to `AlexPosn` (Issue [#233](https://github.com/haskell/alex/issues/233)).
This breaks developments that define their own (orphan) `instance Ord AlexPosn`.
If this is the derived stock instance, the fix is to delete the orphan instance and require
`build-tool-depends: alex:alex >= 3.3.0.0`.
* Switch to Haskell PVP versioning with four digits.
* Tested with GHC 7.0 - 9.6.1.

_Andreas Abel, 2023-05-14_
_Andreas Abel, 2023-05-25_

## Change in 3.2.7.4

Expand Down
2 changes: 1 addition & 1 deletion alex.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >= 1.10
name: alex
version: 3.3.0
version: 3.3.0.0
-- don't forget updating changelog.md!
license: BSD3
license-file: LICENSE
Expand Down

0 comments on commit e28a119

Please sign in to comment.