Skip to content

Commit 855e06a

Browse files
authored
Increase upper bound on ansi-terminal and megaparsec (#373)
1 parent c635f1f commit 855e06a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

dhall.cabal

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,11 @@ Library
156156
Hs-Source-Dirs: src
157157
Build-Depends:
158158
base >= 4.8.2.0 && < 5 ,
159-
ansi-terminal >= 0.6.3.1 && < 0.8 ,
160-
bytestring < 0.11,
161-
case-insensitive < 1.3 ,
159+
ansi-terminal >= 0.6.3.1 && < 0.9 ,
160+
bytestring < 0.11,
161+
case-insensitive < 1.3 ,
162162
containers >= 0.5.0.0 && < 0.6 ,
163-
contravariant < 1.5 ,
163+
contravariant < 1.5 ,
164164
cryptonite >= 0.23 && < 1.0 ,
165165
exceptions >= 0.8.3 && < 0.11,
166166
directory >= 1.3 && < 1.4 ,
@@ -170,7 +170,7 @@ Library
170170
http-client-tls >= 0.2.0 && < 0.4 ,
171171
insert-ordered-containers >= 0.1.0.1 && < 0.3 ,
172172
lens-family-core >= 1.0.0 && < 1.3 ,
173-
megaparsec >= 6.1.1 && < 6.5 ,
173+
megaparsec >= 6.1.1 && < 6.6 ,
174174
memory >= 0.14 && < 0.15,
175175
parsers >= 0.12.4 && < 0.13,
176176
prettyprinter >= 1.2.0.1 && < 1.3 ,
@@ -201,13 +201,13 @@ Executable dhall
201201
Hs-Source-Dirs: dhall
202202
Main-Is: Main.hs
203203
Build-Depends:
204-
ansi-terminal >= 0.6.3.1 && < 0.9 ,
204+
ansi-terminal ,
205205
base >= 4 && < 5 ,
206206
dhall ,
207207
optparse-applicative < 0.15,
208208
prettyprinter ,
209209
prettyprinter-ansi-terminal >= 1.1.1 && < 1.2 ,
210-
megaparsec >= 6.1.1 && < 6.5 ,
210+
megaparsec ,
211211
text >= 0.11.1.0 && < 1.3
212212
GHC-Options: -Wall
213213
Other-Modules:
@@ -235,9 +235,9 @@ Executable dhall-format
235235
Main-Is: Main.hs
236236
Build-Depends:
237237
base >= 4 && < 5 ,
238-
ansi-terminal >= 0.6.3.1 && < 0.9 ,
238+
ansi-terminal ,
239239
dhall ,
240-
megaparsec >= 6.1.1 && < 6.5 ,
240+
megaparsec ,
241241
optparse-applicative < 0.15,
242242
prettyprinter >= 1.2.0.1 && < 1.3 ,
243243
prettyprinter-ansi-terminal >= 1.1.1 && < 1.2 ,
@@ -253,7 +253,7 @@ Executable dhall-hash
253253
base >= 4 && < 5 ,
254254
dhall ,
255255
optparse-applicative < 0.15,
256-
megaparsec >= 6.1.1 && < 6.5 ,
256+
megaparsec ,
257257
text >= 0.11.1.0 && < 1.3
258258
Other-Modules:
259259
Paths_dhall

0 commit comments

Comments
 (0)