Skip to content

Commit 6fc838e

Browse files
Update upper bounds test
1 parent 125e8b4 commit 6fc838e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

cabal-bounds-upper.project

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
packages: ./queue-sheet.cabal
22

3-
with-compiler: ghc-9.6.3
3+
with-compiler: ghc-9.6.5
44

55
constraints:
66
-- https://hackage.haskell.org/package/aeson
7-
aeson == 2.2.0.0
7+
aeson == 2.2.1.0
88

99
-- https://hackage.haskell.org/package/base
1010
-- GHC boot library
11-
, base == 4.18.1.0
11+
, base == 4.18.2.1
1212

1313
-- https://hackage.haskell.org/package/bytestring
1414
-- GHC boot library
15-
, bytestring == 0.11.5.2
15+
, bytestring == 0.11.5.3
1616

1717
-- https://hackage.haskell.org/package/directory
1818
-- GHC boot library
19-
, directory == 1.3.8.1
19+
, directory == 1.3.8.4
2020

2121
-- https://hackage.haskell.org/package/filepath
2222
-- GHC boot library
23-
, filepath == 1.4.100.4
23+
, filepath == 1.4.300.1
2424

2525
-- https://hackage.haskell.org/package/ginger
2626
, ginger == 0.10.5.2
@@ -33,7 +33,7 @@ constraints:
3333

3434
-- https://hackage.haskell.org/package/process
3535
-- GHC boot library
36-
, process == 1.6.18.0
36+
, process == 1.6.19.0
3737

3838
-- https://hackage.haskell.org/package/scientific
3939
, scientific == 0.3.7.0
@@ -56,7 +56,7 @@ constraints:
5656
, ttc == 1.4.0.0
5757

5858
-- https://hackage.haskell.org/package/vector
59-
, vector == 0.13.0.0
59+
, vector == 0.13.1.0
6060

6161
-- https://hackage.haskell.org/package/yaml
6262
, yaml == 0.11.11.2

0 commit comments

Comments
 (0)