Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Widen upper dependency bounds #139

Merged
merged 1 commit into from
Aug 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions proto3-suite.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ library
other-modules: Proto3.Suite.DotProto.Internal
Proto3.Suite.DotProto.Generate.Swagger
Proto3.Suite.JSONPB.Class
build-depends: aeson >= 1.1.1.0 && < 1.5,
build-depends: aeson >= 1.1.1.0 && < 1.6,
aeson-pretty,
attoparsec >= 0.13.0.1,
base >=4.8 && <5.0,
base64-bytestring >= 1.0.0.1 && < 1.1,
base64-bytestring >= 1.0.0.1 && < 1.2,
binary >=0.8.3,
bytestring >=0.10.6.0 && <0.11.0,
deepseq ==1.4.*,
Expand All @@ -62,7 +62,7 @@ library
pretty ==1.1.*,
pretty-show >= 1.6.12 && < 2.0,
proto3-wire == 1.2.*,
QuickCheck >=2.10 && <2.14,
QuickCheck >=2.10 && <2.15,
quickcheck-instances < 0.4,
safe ==0.3.*,
swagger2 >=2.1.6 && <2.7,
Expand Down Expand Up @@ -101,11 +101,11 @@ test-suite tests
hs-source-dirs: tests gen
default-language: Haskell2010
build-depends: base >=4.8 && <5.0,
QuickCheck >=2.10 && <2.14,
aeson >= 1.1.1.0 && < 1.5,
QuickCheck >=2.10 && <2.15,
aeson >= 1.1.1.0 && < 1.6,
attoparsec >= 0.13.0.1,
base >=4.8 && <5.0,
base64-bytestring >= 1.0.0.1 && < 1.1,
base64-bytestring >= 1.0.0.1 && < 1.2,
bytestring >=0.10.6.0 && <0.11.0,
cereal >= 0.5.1 && <0.6,
containers >=0.5 && < 0.7,
Expand Down