Skip to content

Commit

Permalink
Widen bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwebb76 committed Dec 17, 2024
1 parent d443d7c commit 20d02e1
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 ^>=2.2.3.0
, aeson-diff ^>=1.1.0.9
, aeson-pretty ^>=0.8.9
, base >=4.14 && <4.20
, bytestring >=0.10 && <0.13
, pretty-show ^>=1.10
, pretty-simple ^>=4.1
, tasty ^>=1.5
, tasty-discover ^>=5.0.0
, tasty-golden ^>=2.3.5
, text >=1.2 && <2.2
, yaml ^>=0.11.11
, aeson >=2.2 && <2.3
, aeson-diff >=1.1 && <1.2
, aeson-pretty >=0.8 && <0.9
, base >=4.14 && <4.20
, bytestring >=0.10 && <0.13
, pretty-show >=1.10 && <1.11
, pretty-simple >=4.1 && <4.2
, tasty >=1.5 && <1.6
, tasty-discover >=5.0 && <5.1
, tasty-golden >=2.3 && <2.4
, text >=1.2 && <2.2
, yaml >=0.11 && <0.12

common opts
default-language: Haskell2010
Expand Down

0 comments on commit 20d02e1

Please sign in to comment.