Skip to content

Commit

Permalink
Take the bounds that CI picked and apply them
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwebb76 committed Dec 17, 2024
1 parent fb3ba8d commit e601675
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tasty-golden-extra.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@ source-repository head

common deps
build-depends:
, aeson
, aeson-diff
, aeson-pretty
, base
, bytestring
, pretty-show
, pretty-simple
, tasty
, tasty-discover
, tasty-golden
, text
, yaml
, aeson ==2.1.2.1 || ==2.2.3.0
, 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
, bytestring ==0.10.12.0 || ==0.10.12.1 || ==0.11.3.1 || ==0.11.4.0 || ==0.11.5.3
, 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
, yaml ^>=0.11.11.2

common opts
default-language: Haskell2010
Expand Down

0 comments on commit e601675

Please sign in to comment.