Skip to content

Commit f8b2e03

Browse files
committed
Relaxed upper version bound for transformers.
1 parent 57e50c9 commit f8b2e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenGLRaw.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ library
700700
fixed >= 0.2 && < 0.4,
701701
half >= 0.2.2.1 && < 0.4,
702702
text >= 0.1 && < 1.3,
703-
transformers >= 0.2 && < 0.6
703+
transformers >= 0.2 && < 0.7
704704
default-language: Haskell2010
705705
ghc-options: -Wall
706706
if impl(ghc > 8)

0 commit comments

Comments
 (0)