Skip to content

Commit 02380b6

Browse files
authored
Increase upper bound on exceptions (#325)
1 parent 62490b8 commit 02380b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dhall.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Library
161161
containers >= 0.5.0.0 && < 0.6 ,
162162
contravariant < 1.5 ,
163163
cryptonite >= 0.23 && < 1.0 ,
164-
exceptions >= 0.8.3 && < 0.10,
164+
exceptions >= 0.8.3 && < 0.11,
165165
directory >= 1.3 && < 1.4 ,
166166
filepath >= 1.4 && < 1.5 ,
167167
http-client >= 0.4.30 && < 0.6 ,

0 commit comments

Comments
 (0)