Fix missing mtl version constraint fixes
This commit is contained in:
+2
-2
@@ -27,7 +27,7 @@ library:
|
|||||||
- array >= 0.5
|
- array >= 0.5
|
||||||
- text >= 1.1
|
- text >= 1.1
|
||||||
- bytestring >= 0.10
|
- bytestring >= 0.10
|
||||||
- mtl >= 2.2
|
- mtl >= 2.2.1
|
||||||
- transformers >= 0.4
|
- transformers >= 0.4
|
||||||
- containers >= 0.5
|
- containers >= 0.5
|
||||||
- utf8-string >= 1.0
|
- utf8-string >= 1.0
|
||||||
@@ -47,6 +47,6 @@ tests:
|
|||||||
- directory >= 1.3
|
- directory >= 1.3
|
||||||
- text >= 1.1
|
- text >= 1.1
|
||||||
- bytestring >= 0.10
|
- bytestring >= 0.10
|
||||||
- mtl == 2.2.1
|
- mtl >= 2.2.1
|
||||||
- tasty >= 0.7
|
- tasty >= 0.7
|
||||||
- tasty-hunit >= 0.4.1
|
- tasty-hunit >= 0.4.1
|
||||||
|
|||||||
Reference in New Issue
Block a user