Skip to content

Commit 12819ab

Browse files
committed
Relax bounds
1 parent a882d80 commit 12819ab

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

threadscope.cabal

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,16 @@ Executable threadscope
5454
pango < 0.14,
5555
binary < 0.11,
5656
array < 0.6,
57-
mtl < 2.3,
58-
filepath < 1.5,
57+
mtl < 2.4,
58+
filepath < 1.6,
5959
ghc-events >= 0.13 && < 0.20,
60-
containers >= 0.2 && < 0.7,
60+
containers >= 0.2 && < 0.8,
6161
deepseq >= 1.1,
62-
text < 2.1,
62+
text < 2.2,
6363
time >= 1.1 && < 1.13,
64-
bytestring < 0.12,
64+
bytestring < 0.13,
6565
file-embed < 0.1,
66-
template-haskell < 2.20,
66+
template-haskell < 2.22,
6767
temporary >= 1.1 && < 1.4
6868

6969
include-dirs: include
@@ -116,6 +116,6 @@ Executable threadscope
116116
ghc-options: -fno-warn-unused-matches
117117

118118
if !os(windows)
119-
build-depends: unix >= 2.3 && < 2.8
119+
build-depends: unix >= 2.3 && < 2.9
120120

121121
default-language: Haskell2010

0 commit comments

Comments
 (0)