Add transformers-compat for ancients MTL/Transformer versions
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
*.sw[pon]
|
*.sw[ponmkl]
|
||||||
.stack-work
|
.stack-work
|
||||||
dist
|
dist
|
||||||
.cabal-sandbox
|
.cabal-sandbox
|
||||||
|
|||||||
+2
-1
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user