Skip to content

Commit ad40faf

Browse files
authored
Merge pull request #173 from Bodigrim/master
Allow transformers-0.6
2 parents 7c7b8f4 + 45b3a24 commit ad40faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskeline.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Library
5151
-- wasn't fixed until 7.4.1
5252
Build-depends: base >=4.9 && < 4.19, containers>=0.4 && < 0.7,
5353
directory>=1.1 && < 1.4, bytestring>=0.9 && < 0.12,
54-
filepath >= 1.2 && < 1.5, transformers >= 0.2 && < 0.6,
54+
filepath >= 1.2 && < 1.5, transformers >= 0.2 && < 0.7,
5555
process >= 1.0 && < 1.7, stm >= 2.4 && < 2.6,
5656
exceptions == 0.10.*
5757
Default-Language: Haskell98

0 commit comments

Comments
 (0)