Skip to content

Commit ecb7ec1

Browse files
committed
fix: add undeclared bytestring dependency
1 parent 17f4feb commit ecb7ec1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

rollbar-client/package.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ tests:
7373
ghc-options: *exe-ghc-options
7474
dependencies:
7575
- aeson
76+
- bytestring >= 0.10 && < 1
7677
- hspec >= 2.7 && < 3
7778
- mtl
7879
- rollbar-client

rollbar-client/rollbar-client.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cabal-version: 1.12
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 17dd5f3cfeecb37dab18d19a89e879082cb87d450484d6442d5d29c3c07f6ac6
7+
-- hash: 787806f62c45b9f62f8493c73a0fefe94c7f3f3e096d3f599c6b5e601b184ca1
88

99
name: rollbar-client
1010
version: 1.1.0
@@ -93,6 +93,7 @@ test-suite spec
9393
build-depends:
9494
aeson
9595
, base >=4.13 && <5
96+
, bytestring >=0.10 && <1
9697
, hspec >=2.7 && <3
9798
, mtl
9899
, rollbar-client

0 commit comments

Comments
 (0)