Skip to content

Commit

Permalink
Update changelog and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ennocramer committed Aug 11, 2023
1 parent 84bcf31 commit 3b5e79e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# monad-dijkstra 0.1.1.4

* Support GHC-9.0
* Support GHC-9.2
* Support GHC-9.4
* Support GHC-9.6

# monad-dijkstra 0.1.1.3

* Removed unused language pragma
* Support GHC-8.6.3 and Stackage LTS-16
* Support GHC-8.8.3
* Support GHC-8.10.1

# monad-dijkstra 0.1.1.2

Expand Down
4 changes: 2 additions & 2 deletions monad-dijkstra.cabal
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cabal-version: >=1.10
name: monad-dijkstra
version: 0.1.1.3
version: 0.1.1.4
license: BSD3
license-file: LICENSE
copyright: Copyright (c) 2016-2020 Enno Cramer
copyright: Copyright (c) 2016-2023 Enno Cramer
maintainer: Enno Cramer <[email protected]>
author: Enno Cramer
homepage: https://github.com/ennocramer/monad-dijkstra
Expand Down

0 comments on commit 3b5e79e

Please sign in to comment.