diff --git a/rsi-break.cabal b/rsi-break.cabal index 6286768..472ed0f 100644 --- a/rsi-break.cabal +++ b/rsi-break.cabal @@ -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 @@ -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