File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ library
59
59
, filepath >= 1.3 && < 1.5
60
60
, hashtables >= 1.2 && < 1.4
61
61
, lifted-base >= 0.2 && < 0.3
62
- , mmorph >= 1.0 && < 1.2
63
- , mtl >= 2.1 && < 2.3
62
+ , mmorph >= 1.0 && < 1.3
63
+ , mtl >= 2.1 && < 2.4
64
64
, parsec >= 3.1 && < 3.2
65
65
, pretty-show >= 1.6 && < 1.11
66
66
, process >= 1.2 && < 1.7
@@ -70,7 +70,7 @@ library
70
70
, temporary >= 1.3 && < 1.4
71
71
, temporary-resourcet >= 0.1 && < 0.2
72
72
, text >= 1.1 && < 2.1
73
- , transformers >= 0.4 && < 0.6
73
+ , transformers >= 0.4 && < 0.7
74
74
75
75
test-suite test
76
76
type :
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ library
52
52
base >= 3 && < 5
53
53
, hedgehog >= 0.5 && < 1.2
54
54
, QuickCheck >= 2.7 && < 2.15
55
- , transformers >= 0.4 && < 0.6
55
+ , transformers >= 0.4 && < 0.7
56
56
57
57
ghc-options :
58
58
-Wall
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ library
65
65
, lifted-async >= 0.7 && < 0.11
66
66
, mmorph >= 1.0 && < 1.3
67
67
, monad-control >= 1.0 && < 1.1
68
- , mtl >= 2.1 && < 2.3
68
+ , mtl >= 2.1 && < 2.4
69
69
, pretty-show >= 1.6 && < 1.11
70
70
, primitive >= 0.6 && < 0.8
71
71
, random >= 1.1 && < 1.3
@@ -74,7 +74,7 @@ library
74
74
, template-haskell >= 2.10 && < 2.19
75
75
, text >= 1.1 && < 2.1
76
76
, time >= 1.4 && < 1.13
77
- , transformers >= 0.5 && < 0.6
77
+ , transformers >= 0.5 && < 0.7
78
78
, transformers-base >= 0.4.5.1 && < 0.5
79
79
, wl-pprint-annotated >= 0.0 && < 0.2
80
80
@@ -144,10 +144,10 @@ test-suite test
144
144
, base >= 3 && < 5
145
145
, containers >= 0.4 && < 0.7
146
146
, mmorph >= 1.0 && < 1.3
147
- , mtl >= 2.1 && < 2.3
147
+ , mtl >= 2.1 && < 2.4
148
148
, pretty-show >= 1.6 && < 1.11
149
- , text >= 1.1 && < 1.3
150
- , transformers >= 0.3 && < 0.6
149
+ , text >= 1.1 && < 2.1
150
+ , transformers >= 0.3 && < 0.7
151
151
152
152
default-language :
153
153
Haskell2010
You can’t perform that action at this time.
0 commit comments