Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
2 changes: 1 addition & 1 deletion rollbar-cli/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
author: "Stack Builders Inc."
maintainer: "David Mazarro <[email protected]>"
copyright: "2020-present Stack Builders Inc."
tested-with: GHC ==8.8.4, GHC ==8.10.7, GHC ==9.4.7
tested-with: GHC ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2

extra-source-files:
- README.md
Expand Down
7 changes: 3 additions & 4 deletions rollbar-cli/rollbar-cli.cabal
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.36.0.
-- This file has been generated from package.yaml by hpack version 0.38.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 99c3aa74e5ef6c059b7ebeb837bca8f09c047df2a00b6856c99a919e4ad041ed
-- hash: a83fc1986401d60e95b403c89a44ae9b8e952aa3427da2ef9c890fc974903626

name: rollbar-cli
version: 1.1.0
Expand All @@ -20,7 +20,7 @@ copyright: 2020-present Stack Builders Inc.
license: MIT
license-file: LICENSE
tested-with:
GHC ==8.8.4, GHC ==8.10.7, GHC ==9.4.7
GHC ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2
build-type: Simple
extra-source-files:
README.md
Expand Down Expand Up @@ -68,5 +68,4 @@ test-suite spec
build-depends:
base >=4.13 && <5
, rollbar-cli
, bytestring >=0.10 && <1
default-language: Haskell2010
4 changes: 2 additions & 2 deletions rollbar-client/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
author: "Stack Builders Inc."
maintainer: "David Mazarro <[email protected]>"
copyright: "2020-present Stack Builders Inc."
tested-with: GHC ==8.8.4, GHC ==8.10.7, GHC ==9.4.7
tested-with: GHC ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2

extra-source-files:
- README.md
Expand Down Expand Up @@ -45,7 +45,7 @@ library:
- mtl >= 2.2 && < 3
- process >= 1.6 && < 2
- req >= 2.1 && < 4
- text >= 1.2 && < 2.1
- text >= 1.2 && < 2.2
- unordered-containers >= 0.2 && < 1
- yaml >= 0.11 && < 1
exposed-modules:
Expand Down
7 changes: 3 additions & 4 deletions rollbar-client/rollbar-client.cabal
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.36.0.
-- This file has been generated from package.yaml by hpack version 0.38.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 372dae78f9159532940f589cb4a58365621fc289aae679dfac95e4b6ba477ed7
-- hash: a23531aa21650ed7c03cfe098d4d1162b8edbaa539991ff1e34b828954bb6c8d

name: rollbar-client
version: 1.1.0
Expand All @@ -20,7 +20,7 @@ copyright: 2020-present Stack Builders Inc.
license: MIT
license-file: LICENSE
tested-with:
GHC ==8.8.4, GHC ==8.10.7, GHC ==9.4.7
GHC ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2
build-type: Simple
extra-source-files:
README.md
Expand Down Expand Up @@ -99,5 +99,4 @@ test-suite spec
, text
, unordered-containers
, yaml
, bytestring >=0.10 && <1
default-language: Haskell2010
7 changes: 3 additions & 4 deletions rollbar-wai/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
author: "Stack Builders Inc."
maintainer: "David Mazarro <[email protected]>"
copyright: "2020-present Stack Builders Inc."
tested-with: GHC ==8.8.4, GHC ==8.10.7, GHC ==9.4.7
tested-with: GHC ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2

extra-source-files:
- README.md
Expand All @@ -15,7 +15,6 @@ synopsis: >
Provides error reporting capabilities to WAI based applications through
Rollbar API.
category: Network

description: |
Please see the README on GitHub at
<https://github.com/stackbuilders/rollbar-haskell/tree/master/rollbar-wai>
Expand Down Expand Up @@ -45,10 +44,10 @@ library:
- case-insensitive >= 1.2 && < 2
- http-types >= 0.12 && < 1
- rollbar-client >= 1.0 && < 2
- text >= 1.2 && < 2.1
- text >= 1.2 && < 2.2
- unordered-containers >= 0.2 && < 1
- wai >= 3.2 && < 4
- wai-extra < 3.1.17 # TODO: update breaks yesod-core, see https://github.com/yesodweb/yesod/issues/1854
- wai-extra < 3.1.17 # TODO: update breaks yesod-core, see https://github.com/yesodweb/yesod/issues/1854

executables:
wai-example:
Expand Down
10 changes: 4 additions & 6 deletions rollbar-wai/rollbar-wai.cabal
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.36.0.
-- This file has been generated from package.yaml by hpack version 0.38.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: ec084557ab6ac4fa78cda03d7566582d95296b617cdf5f55ec5d6a8ab9bad8c8
-- hash: b86fed99ff701f3fcad9f738afc390815821aa0fb67532db9332583377e86282

name: rollbar-wai
version: 1.1.0
Expand All @@ -21,7 +21,7 @@ copyright: 2020-present Stack Builders Inc.
license: MIT
license-file: LICENSE
tested-with:
GHC ==8.8.4, GHC ==8.10.7, GHC ==9.4.7
GHC ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2
build-type: Simple
extra-source-files:
README.md
Expand Down Expand Up @@ -54,8 +54,7 @@ library
, text >=1.2 && <2.1
, unordered-containers >=0.2 && <1
, wai >=3.2 && <4
, wai-extra >=3.0 && < 3.1.17
-- TODO: update breaks yesod-core, see https://github.com/yesodweb/yesod/issues/1854
, wai-extra <3.1.17
default-language: Haskell2010

executable wai-example
Expand Down Expand Up @@ -102,5 +101,4 @@ test-suite spec
, unordered-containers
, wai
, warp >=3.3 && <4
, bytestring >=0.10 && <1
default-language: Haskell2010
3 changes: 1 addition & 2 deletions rollbar-yesod/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: MIT
author: "Stack Builders Inc."
maintainer: "David Mazarro <[email protected]>"
copyright: "2020-present Stack Builders Inc."
tested-with: GHC ==8.8.4, GHC ==8.10.7, GHC ==9.4.7
tested-with: GHC ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2

extra-source-files:
- README.md
Expand All @@ -16,7 +16,6 @@ synopsis: >
Provides error reporting capabilities to Yesod applications through Rollbar
API.
category: Network

description: |
Please see the README on GitHub at
<https://github.com/stackbuilders/rollbar-haskell/tree/master/rollbar-yesod>
Expand Down
7 changes: 3 additions & 4 deletions rollbar-yesod/rollbar-yesod.cabal
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.36.0.
-- This file has been generated from package.yaml by hpack version 0.38.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 73910af7b84cf6d3325d9af612c5d29651317e6e29596c3660c64a32be67da87
-- hash: c61923a1f84423ec023148f3e9d0bc0c60770d5c5328de3a12ee3864b1b00f3a

name: rollbar-yesod
version: 1.1.0
Expand All @@ -21,7 +21,7 @@ copyright: 2020-present Stack Builders Inc.
license: MIT
license-file: LICENSE
tested-with:
GHC ==8.8.4, GHC ==8.10.7, GHC ==9.4.7
GHC ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2
build-type: Simple
extra-source-files:
README.md
Expand Down Expand Up @@ -91,5 +91,4 @@ test-suite spec
, wai
, yesod-core
, yesod-test >=1.6 && <2
, bytestring >=0.10 && <1
default-language: Haskell2010
Loading