Skip to content

Commit 2ecc25b

Browse files
committed
Relaxed upper version bound for transformers.
1 parent 9307180 commit 2ecc25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GLURaw.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ library
4545
hs-source-dirs: src
4646
build-depends:
4747
base >= 4 && < 5,
48-
transformers >= 0.2 && < 0.5,
48+
transformers >= 0.2 && < 0.6,
4949
OpenGLRaw >= 2.4 && < 2.7
5050
default-language: Haskell2010
5151
ghc-options: -Wall

0 commit comments

Comments
 (0)