Skip to content

Commit 76959ae

Browse files
committed
fix: hpack build
1 parent 346d036 commit 76959ae

File tree

7 files changed

+17
-24
lines changed

7 files changed

+17
-24
lines changed

rollbar-cli/package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license: MIT
55
author: "Stack Builders Inc."
66
maintainer: "David Mazarro <[email protected]>"
77
copyright: "2020-present Stack Builders Inc."
8-
tested-with: GHC ==8.8.4, GHC ==8.10.7, GHC ==9.4.7
8+
tested-with: GHC ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2
99

1010
extra-source-files:
1111
- README.md

rollbar-cli/rollbar-cli.cabal

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.36.0.
3+
-- This file has been generated from package.yaml by hpack version 0.38.1.
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 99c3aa74e5ef6c059b7ebeb837bca8f09c047df2a00b6856c99a919e4ad041ed
7+
-- hash: a83fc1986401d60e95b403c89a44ae9b8e952aa3427da2ef9c890fc974903626
88

99
name: rollbar-cli
1010
version: 1.1.0
@@ -20,7 +20,7 @@ copyright: 2020-present Stack Builders Inc.
2020
license: MIT
2121
license-file: LICENSE
2222
tested-with:
23-
GHC ==8.8.4, GHC ==8.10.7, GHC ==9.4.7
23+
GHC ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2
2424
build-type: Simple
2525
extra-source-files:
2626
README.md
@@ -68,5 +68,4 @@ test-suite spec
6868
build-depends:
6969
base >=4.13 && <5
7070
, rollbar-cli
71-
, bytestring >=0.10 && <1
7271
default-language: Haskell2010

rollbar-client/rollbar-client.cabal

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.36.0.
3+
-- This file has been generated from package.yaml by hpack version 0.38.1.
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 372dae78f9159532940f589cb4a58365621fc289aae679dfac95e4b6ba477ed7
7+
-- hash: a23531aa21650ed7c03cfe098d4d1162b8edbaa539991ff1e34b828954bb6c8d
88

99
name: rollbar-client
1010
version: 1.1.0
@@ -20,7 +20,7 @@ copyright: 2020-present Stack Builders Inc.
2020
license: MIT
2121
license-file: LICENSE
2222
tested-with:
23-
GHC ==8.8.4, GHC ==8.10.7, GHC ==9.4.7
23+
GHC ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2
2424
build-type: Simple
2525
extra-source-files:
2626
README.md
@@ -99,5 +99,4 @@ test-suite spec
9999
, text
100100
, unordered-containers
101101
, yaml
102-
, bytestring >=0.10 && <1
103102
default-language: Haskell2010

rollbar-wai/package.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license: MIT
55
author: "Stack Builders Inc."
66
maintainer: "David Mazarro <[email protected]>"
77
copyright: "2020-present Stack Builders Inc."
8-
tested-with: GHC ==8.8.4, GHC ==8.10.7, GHC ==9.4.7
8+
tested-with: GHC ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2
99

1010
extra-source-files:
1111
- README.md
@@ -15,7 +15,6 @@ synopsis: >
1515
Provides error reporting capabilities to WAI based applications through
1616
Rollbar API.
1717
category: Network
18-
1918
description: |
2019
Please see the README on GitHub at
2120
<https://github.com/stackbuilders/rollbar-haskell/tree/master/rollbar-wai>
@@ -48,7 +47,7 @@ library:
4847
- text >= 1.2 && < 2.1
4948
- unordered-containers >= 0.2 && < 1
5049
- wai >= 3.2 && < 4
51-
- wai-extra < 3.1.17 # TODO: update breaks yesod-core, see https://github.com/yesodweb/yesod/issues/1854
50+
- wai-extra < 3.1.17 # TODO: update breaks yesod-core, see https://github.com/yesodweb/yesod/issues/1854
5251

5352
executables:
5453
wai-example:

rollbar-wai/rollbar-wai.cabal

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.36.0.
3+
-- This file has been generated from package.yaml by hpack version 0.38.1.
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: ec084557ab6ac4fa78cda03d7566582d95296b617cdf5f55ec5d6a8ab9bad8c8
7+
-- hash: b86fed99ff701f3fcad9f738afc390815821aa0fb67532db9332583377e86282
88

99
name: rollbar-wai
1010
version: 1.1.0
@@ -21,7 +21,7 @@ copyright: 2020-present Stack Builders Inc.
2121
license: MIT
2222
license-file: LICENSE
2323
tested-with:
24-
GHC ==8.8.4, GHC ==8.10.7, GHC ==9.4.7
24+
GHC ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2
2525
build-type: Simple
2626
extra-source-files:
2727
README.md
@@ -54,8 +54,7 @@ library
5454
, text >=1.2 && <2.1
5555
, unordered-containers >=0.2 && <1
5656
, wai >=3.2 && <4
57-
, wai-extra >=3.0 && < 3.1.17
58-
-- TODO: update breaks yesod-core, see https://github.com/yesodweb/yesod/issues/1854
57+
, wai-extra <3.1.17
5958
default-language: Haskell2010
6059

6160
executable wai-example
@@ -102,5 +101,4 @@ test-suite spec
102101
, unordered-containers
103102
, wai
104103
, warp >=3.3 && <4
105-
, bytestring >=0.10 && <1
106104
default-language: Haskell2010

rollbar-yesod/package.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license: MIT
55
author: "Stack Builders Inc."
66
maintainer: "David Mazarro <[email protected]>"
77
copyright: "2020-present Stack Builders Inc."
8-
tested-with: GHC ==8.8.4, GHC ==8.10.7, GHC ==9.4.7
8+
tested-with: GHC ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2
99

1010
extra-source-files:
1111
- README.md
@@ -16,7 +16,6 @@ synopsis: >
1616
Provides error reporting capabilities to Yesod applications through Rollbar
1717
API.
1818
category: Network
19-
2019
description: |
2120
Please see the README on GitHub at
2221
<https://github.com/stackbuilders/rollbar-haskell/tree/master/rollbar-yesod>

rollbar-yesod/rollbar-yesod.cabal

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.36.0.
3+
-- This file has been generated from package.yaml by hpack version 0.38.1.
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 73910af7b84cf6d3325d9af612c5d29651317e6e29596c3660c64a32be67da87
7+
-- hash: c61923a1f84423ec023148f3e9d0bc0c60770d5c5328de3a12ee3864b1b00f3a
88

99
name: rollbar-yesod
1010
version: 1.1.0
@@ -21,7 +21,7 @@ copyright: 2020-present Stack Builders Inc.
2121
license: MIT
2222
license-file: LICENSE
2323
tested-with:
24-
GHC ==8.8.4, GHC ==8.10.7, GHC ==9.4.7
24+
GHC ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2
2525
build-type: Simple
2626
extra-source-files:
2727
README.md
@@ -91,5 +91,4 @@ test-suite spec
9191
, wai
9292
, yesod-core
9393
, yesod-test >=1.6 && <2
94-
, bytestring >=0.10 && <1
9594
default-language: Haskell2010

0 commit comments

Comments
 (0)