Skip to content

Commit

Permalink
Bumped version to 2.4.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenpanne committed Jun 10, 2019
1 parent 729c6b7 commit 98ba9a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ALUT.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ALUT
version: 2.4.0.2
version: 2.4.0.3
synopsis: A binding for the OpenAL Utility Toolkit
description:
A Haskell binding for the OpenAL Utility Toolkit, which makes
Expand Down Expand Up @@ -63,7 +63,7 @@ library
build-depends:
base >= 3 && < 5,
transformers >= 0.2 && < 0.6,
StateVar >= 1.1 && < 1.2,
StateVar >= 1.1 && < 1.3,
OpenAL >= 1.7 && < 1.8
default-language: Haskell2010
other-extensions: CPP
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.4.0.3
-------
* Relaxed upper version bound for `StateVar`.

2.4.0.2
-------
* Build examples via cabal.
Expand Down

0 comments on commit 98ba9a7

Please sign in to comment.