Skip to content

Commit

Permalink
Merge pull request #2 from bellroy/try-to-use-simpler-bounds
Browse files Browse the repository at this point in the history
Try setting simpler version bounds instead
  • Loading branch information
michaelwebb76 authored Dec 18, 2024
2 parents bf84549 + 47b8f31 commit 67c0e00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tasty-golden-extra.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ source-repository head

common deps
build-depends:
, aeson ==2.1.2.1 || ==2.2.3.0
, aeson >=2.1 && <2.3
, aeson-diff ^>=1.1.0.13
, aeson-pretty ^>=0.8.10
, base ==4.14.3.0 || ==4.15.1.0 || ==4.16.3.0 || ==4.17.1.0 || ==4.18.2.1 || ==4.19.1.0
, bytestring ==0.10.12.0 || ==0.10.12.1 || ==0.11.3.1 || ==0.11.4.0 || ==0.11.5.3 || ==0.12.1.0
, base >=4.14 && <4.20
, bytestring >=0.10 && <0.13
, pretty-show ^>=1.10
, pretty-simple ^>=4.1.3.0
, tasty ^>=1.5.2
, tasty-discover ^>=5.0.0
, tasty-golden ^>=2.3.5
, text ==1.2.4.1 || ==1.2.5.0 || ==2.0.2 || ==2.1.1
, text ^>=1.2 || ^>=2.0 || ^>=2.1
, yaml ^>=0.11.11.2

common opts
Expand Down

0 comments on commit 67c0e00

Please sign in to comment.