From 5eb68f445a968f58aaf2257c2441e7725f12daa2 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 14 Aug 2023 11:47:19 -0400 Subject: [PATCH] bounds for command line tool dependencies --- tahoe-chk.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tahoe-chk.cabal b/tahoe-chk.cabal index 1aa81e1..116981c 100644 --- a/tahoe-chk.cabal +++ b/tahoe-chk.cabal @@ -86,12 +86,12 @@ executable tahoe-chk-encrypt default-extensions: OverloadedStrings ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-depends: - base >=4.7 && <5 + base >=4.7 && <5 , base32 >=0.2 - , bytestring - , optparse-applicative + , bytestring >=0.10.8.2 && <0.11 + , optparse-applicative >=0.15.1.0 && <0.16 , tahoe-chk - , text + , text >=1.2.3.1 && <1.3 default-language: Haskell2010 -- GitLab