Skip to content

Commit c2a855f

Browse files
authored
Bump deepseq upper bound to 1.6 (#111)
* Thanks to @andreasabel in #109 * Fixes #109
1 parent 13f5ccb commit c2a855f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dlist.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ flag Werror
4646
library
4747
build-depends:
4848
base >= 4 && < 5,
49-
deepseq >= 1.1 && < 1.5
49+
deepseq >= 1.1 && < 1.6
5050
exposed-modules: Data.DList
5151
Data.DList.Unsafe
5252
other-modules: Data.DList.Internal

0 commit comments

Comments
 (0)