Skip to content

Commit

Permalink
Merge pull request #133 from haskell/wip/teo/relax-bounds
Browse files Browse the repository at this point in the history
Relax bounds
  • Loading branch information
TeofilC authored Dec 4, 2024
2 parents eff3833 + 348d563 commit 3fb7701
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions threadscope.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ Executable threadscope
array < 0.6,
mtl < 2.4,
filepath < 1.6,
ghc-events >= 0.13 && < 0.20,
ghc-events >= 0.13 && < 0.21,
containers >= 0.2 && < 0.8,
deepseq >= 1.1,
text < 2.2,
time >= 1.1 && < 1.13,
time >= 1.1 && < 1.14,
bytestring < 0.13,
file-embed < 0.1,
template-haskell < 2.22,
template-haskell < 2.23,
temporary >= 1.1 && < 1.4

include-dirs: include
Expand Down

0 comments on commit 3fb7701

Please sign in to comment.