We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f4feb commit ecb7ec1Copy full SHA for ecb7ec1
rollbar-client/package.yaml
@@ -73,6 +73,7 @@ tests:
73
ghc-options: *exe-ghc-options
74
dependencies:
75
- aeson
76
+ - bytestring >= 0.10 && < 1
77
- hspec >= 2.7 && < 3
78
- mtl
79
- rollbar-client
rollbar-client/rollbar-client.cabal
@@ -4,7 +4,7 @@ cabal-version: 1.12
4
--
5
-- see: https://github.com/sol/hpack
6
7
--- hash: 17dd5f3cfeecb37dab18d19a89e879082cb87d450484d6442d5d29c3c07f6ac6
+-- hash: 787806f62c45b9f62f8493c73a0fefe94c7f3f3e096d3f599c6b5e601b184ca1
8
9
name: rollbar-client
10
version: 1.1.0
@@ -93,6 +93,7 @@ test-suite spec
93
build-depends:
94
aeson
95
, base >=4.13 && <5
96
+ , bytestring >=0.10 && <1
97
, hspec >=2.7 && <3
98
, mtl
99
, rollbar-client
0 commit comments