Skip to content

Commit 54fe103

Browse files
committed
Relaxed upper version bound for transformers.
1 parent 81a690e commit 54fe103

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OpenGLRaw.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ library
607607
containers >= 0.3 && < 0.6,
608608
half >= 0.2.2.1 && < 0.3,
609609
text >= 0.1 && < 1.3,
610-
transformers >= 0.2 && < 0.5
610+
transformers >= 0.2 && < 0.6
611611
default-language: Haskell2010
612612
ghc-options: -Wall
613613
other-extensions: CPP

0 commit comments

Comments
 (0)