Skip to content

Commit

Permalink
Add bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenAstudillo committed Oct 26, 2023
1 parent c633cb4 commit c5be36f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions rsi-break.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ library
ImportQualifiedPost
-- other-extensions:
build-depends: base >= 4.16.4.0 && < 4.18,
monomer,
lens,
text,
text-show,
async,
time,
process,
config-ini,
directory,
filepath
async >= 2.2.4 && < 2.3,
filepath >= 1.4.2 && < 1.5,
text >= 2.0.2 && < 2.1,
config-ini >= 0.2.6 && < 0.3,
directory >= 1.3.7 && < 1.4,
time >= 1.12.2 && < 1.13,
lens >= 5.2.2 && < 5.3,
monomer >= 1.5.1 && < 1.6,
process >= 1.6.17 && < 1.7,
text-show >= 3.10.4 && < 3.11,
hs-source-dirs: src
default-language: Haskell2010

Expand All @@ -86,8 +86,8 @@ executable rsi-break-popup
-- other-extensions:
build-depends:
base >= 4.16.4.0 && < 4.18,
process,
monomer
monomer >= 1.5.1 && < 1.6,
process >= 1.6.17 && < 1.7,
hs-source-dirs: popup
default-language: Haskell2010

Expand Down

0 comments on commit c5be36f

Please sign in to comment.