Skip to content

Commit

Permalink
Relax upper version bound for time
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitsutoshi Aoe committed Feb 16, 2018
1 parent 1f51da9 commit 1d65728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion threadscope.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Executable threadscope
containers >= 0.2 && < 0.6,
deepseq >= 1.1,
text < 1.3,
time >= 1.1 && < 1.9,
time >= 1.1 && < 1.10,
bytestring < 0.11,
file-embed < 0.1,
template-haskell < 2.13,
Expand Down

0 comments on commit 1d65728

Please sign in to comment.