Add transformers-compat for ancients MTL/Transformer versions

This commit is contained in:
Stephen Diehl
2018-01-08 16:28:14 +00:00
parent 74f185e22f
commit 6d2a32f0dd
2 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
*.sw[pon] *.sw[ponmkl]
.stack-work .stack-work
dist dist
.cabal-sandbox .cabal-sandbox
+2 -1
View File
@@ -76,7 +76,8 @@ library
stm >= 2.4 && <2.5, stm >= 2.4 && <2.5,
bytestring >= 0.10 && <0.11, bytestring >= 0.10 && <0.11,
mtl >= 2.1 && <2.3, mtl >= 2.1 && <2.3,
mtl-compat >= 0.2 && <0.3 mtl-compat >= 0.2 && <0.3,
transformers-compat >= 0.4 && <0.6
if impl(ghc >= 7.8.0) if impl(ghc >= 7.8.0)
build-depends: build-depends: