Skip to content

Commit

Permalink
builds fine with aeson-2.1 (commercialhaskell/stackage#6615)
Browse files Browse the repository at this point in the history
  • Loading branch information
juhp committed Jun 16, 2022
1 parent ac1eaef commit 7052d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bugzilla-redhat.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ library
Web.RedHatBugzilla.Internal.Search,
Web.RedHatBugzilla.Internal.Types
build-depends: base >=4.6 && <5,
aeson >=0.7 && <2.1,
aeson >=0.7 && <2.2,
blaze-builder >=0.3 && <0.5,
bytestring >=0.10,
connection >=0.2 && <0.4,
Expand Down Expand Up @@ -75,7 +75,7 @@ test-suite bugzilla-test
hs-source-dirs: test
main-is: Spec.hs
build-depends: base >=4.6 && <5,
aeson >=0.7 && <2.1,
aeson >=0.7 && <2.2,
bugzilla-redhat,
hspec >=2.0 && <3.0,
time >=1.4 && <1.12
Expand Down

0 comments on commit 7052d86

Please sign in to comment.