Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Nov 12, 2023
1 parent 78d9a00 commit 7efff19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hex-text/hex-text.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ common base
BlockArguments
NoImplicitPrelude
build-depends:
, base ^>= 4.16 || ^>= 4.17 || ^>= 4.18
, base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19
, base16-bytestring ^>= 1.0.2
, bytestring ^>= 0.11.4
, text ^>= 1.2.5 || ^>= 2.0
, bytestring ^>= 0.11.4 || ^>= 0.12
, text ^>= 1.2.5 || ^>= 2.0 || ^>= 2.1

library
import: base
Expand Down

0 comments on commit 7efff19

Please # to comment.