Skip to content

Commit

Permalink
Work on base 4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenAstudillo committed Oct 3, 2023
1 parent a799bac commit 03fbf1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions rsi-break.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ library
default-extensions: StrictData
OverloadedStrings
-- other-extensions:
build-depends: base ^>=4.16.4.0,
build-depends: base >= 4.16.4.0 && < 4.18,
monomer,
lens,
text,
Expand All @@ -57,7 +57,7 @@ executable rsi-break
-- other-modules:
-- other-extensions:
build-depends:
base ^>=4.16.4.0,
base >= 4.16.4.0 && < 4.18,
rsi-break
hs-source-dirs: app
default-language: Haskell2010
Expand All @@ -69,7 +69,7 @@ executable rsi-break-popup
other-modules: Paths_rsi_break
-- other-extensions:
build-depends:
base ^>=4.16.4.0,
base >= 4.16.4.0 && < 4.18,
process,
monomer
hs-source-dirs: popup
Expand All @@ -84,5 +84,5 @@ test-suite rsi-break-test
hs-source-dirs: test
main-is: Main.hs
build-depends:
base ^>=4.16.4.0,
base >= 4.16.4.0 && < 4.18,
rsi-break

0 comments on commit 03fbf1e

Please sign in to comment.