Skip to content

Commit 483a991

Browse files
Test GHC 9.14.1
1 parent c95bb0a commit 483a991

File tree

4 files changed

+25
-6
lines changed

4 files changed

+25
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ following conventions:
3535

3636
* Bump `base` dependency version upper bound
3737
* Bump `optparse-applicative` dependency version upper bound
38+
* Bump `time` dependency version upper bound
3839

3940
## 0.7.0.0 (2024-12-04)
4041

cabal-bounds-upper.project

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
packages: ./horizontal-rule.cabal
22

3-
with-compiler: ghc-9.12.2
3+
with-compiler: ghc-9.14.1
44

55
constraints:
66
-- https://hackage.haskell.org/package/base
77
-- GHC boot library
8-
base == 4.21.0.0
8+
base == 4.22.0.0
99

1010
-- https://hackage.haskell.org/package/optparse-applicative
1111
, optparse-applicative == 0.19.0.0
@@ -24,8 +24,8 @@ constraints:
2424

2525
-- https://hackage.haskell.org/package/text
2626
-- GHC boot library
27-
, text == 2.1.2
27+
, text == 2.1.3
2828

2929
-- https://hackage.haskell.org/package/time
3030
-- GHC boot library
31-
, time == 1.14
31+
, time == 1.15

horizontal-rule.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ tested-with:
3030
|| ==9.8.4
3131
|| ==9.10.3
3232
|| ==9.12.2
33+
|| ==9.14.1
3334

3435
source-repository head
3536
type: git
@@ -50,7 +51,7 @@ library
5051
autogen-modules:
5152
Paths_horizontal_rule
5253
build-depends:
53-
base >=4.13 && <4.22
54+
base >=4.13 && <4.23
5455
, terminal-size >=0.3.2.1 && <0.4
5556
, text >=1.2.4 && <2.2
5657
default-language: Haskell2010
@@ -67,7 +68,7 @@ executable hr
6768
base
6869
, horizontal-rule
6970
, text
70-
, time >=1.9.3 && <1.15
71+
, time >=1.9.3 && <1.16
7172
if flag(optparse-applicative_ge_0_18)
7273
build-depends:
7374
optparse-applicative >=0.18 && <0.20

stack-9.14.1.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
resolver: ghc-9.14.1
2+
3+
packages:
4+
- .
5+
6+
extra-deps:
7+
- ansi-terminal-1.1.5
8+
- ansi-terminal-types-1.1.3
9+
- call-stack-0.4.0
10+
- colour-2.3.6
11+
- optparse-applicative-0.19.0.0
12+
- prettyprinter-1.7.1
13+
- prettyprinter-ansi-terminal-1.1.3
14+
- tasty-1.5.3
15+
- tasty-hunit-0.10.2
16+
- tagged-0.8.10
17+
- terminal-size-0.3.4

0 commit comments

Comments
 (0)