Skip to content

Commit

Permalink
Bump lower version bounds on aeson to >= 1
Browse files Browse the repository at this point in the history
Commit f494ba2 introduces the use of
`Data.Aeson.Text`, a module that was first introduced in `aeson-1.0.0.0` Let's
make sure the lower version bounds on `aeson` respect this.

Fixes #233.
  • Loading branch information
RyanGlScott committed Feb 16, 2021
1 parent a36a90b commit e455b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion criterion.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ library
Paths_criterion

build-depends:
aeson >= 0.8,
aeson >= 1,
ansi-wl-pprint >= 0.6.7.2,
base >= 4.5 && < 5,
base-compat-batteries >= 0.10 && < 0.12,
Expand Down

0 comments on commit e455b87

Please sign in to comment.