Skip to content

Commit

Permalink
Relaxed upper version bound for transformers. Bumped version to 2.0…
Browse files Browse the repository at this point in the history
….0.5.
  • Loading branch information
svenpanne committed Nov 14, 2021
1 parent 7b37ca7 commit c1c8dc5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.0.0.5
-------
* Relaxed upper version bound for `transformers`.

2.0.0.4
-------
* Relaxed upper version bound for `OpenGLRaw`.
Expand Down
4 changes: 2 additions & 2 deletions GLURaw.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: GLURaw
version: 2.0.0.4
version: 2.0.0.5
synopsis: A raw binding for the OpenGL graphics system
description:
GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is
Expand Down Expand Up @@ -54,7 +54,7 @@ library
hs-source-dirs: src
build-depends:
base >= 4 && < 5,
transformers >= 0.2 && < 0.6,
transformers >= 0.2 && < 0.7,
OpenGLRaw >= 3.0 && < 3.4
default-language: Haskell2010
ghc-options: -Wall
Expand Down

0 comments on commit c1c8dc5

Please sign in to comment.