Skip to content

Commit

Permalink
chore: Add version requirement for msgpack-types.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Feb 14, 2022
1 parent a00d699 commit b44c023
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions msgpack-arbitrary.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ library
exposed-modules:
Data.MessagePack.Arbitrary
build-depends:
base < 5
base < 5
, QuickCheck
, bytestring
, msgpack-types
, msgpack-types >= 0.3 && < 0.4
, text
, vector

Expand Down
1 change: 1 addition & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ packages: [.]
resolver: lts-18.18
extra-deps:
- monad-validate-1.2.0.0@sha256:9850f408431098b28806dd464b6825a88a0b56c84f380d7fe0454c1df9d6f881,3505
- msgpack-types-0.3.0

0 comments on commit b44c023

Please sign in to comment.