Skip to content

Commit b6ec199

Browse files
authored
Allow building with mtl-2.3.* and transformers-0.6.* (#112)
1 parent 0802ed8 commit b6ec199

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

streaming.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,9 @@ library
206206
, Data.Functor.Of
207207
build-depends:
208208
base >=4.8 && <5
209-
, mtl >=2.1 && <2.3
209+
, mtl >=2.1 && <2.4
210210
, mmorph >=1.0 && <1.3
211-
, transformers >=0.4 && <0.6
211+
, transformers >=0.4 && <0.7
212212
, transformers-base < 0.5
213213
, ghc-prim
214214
, containers

0 commit comments

Comments
 (0)