File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
packages: ./queue-sheet.cabal
2
2
3
- with-compiler: ghc-9.6.3
3
+ with-compiler: ghc-9.6.5
4
4
5
5
constraints:
6
6
-- https://hackage.haskell.org/package/aeson
7
- aeson == 2.2.0 .0
7
+ aeson == 2.2.1 .0
8
8
9
9
-- https://hackage.haskell.org/package/base
10
10
-- GHC boot library
11
- , base == 4.18.1.0
11
+ , base == 4.18.2.1
12
12
13
13
-- https://hackage.haskell.org/package/bytestring
14
14
-- GHC boot library
15
- , bytestring == 0.11.5.2
15
+ , bytestring == 0.11.5.3
16
16
17
17
-- https://hackage.haskell.org/package/directory
18
18
-- GHC boot library
19
- , directory == 1.3.8.1
19
+ , directory == 1.3.8.4
20
20
21
21
-- https://hackage.haskell.org/package/filepath
22
22
-- GHC boot library
23
- , filepath == 1.4.100.4
23
+ , filepath == 1.4.300.1
24
24
25
25
-- https://hackage.haskell.org/package/ginger
26
26
, ginger == 0.10.5.2
@@ -33,7 +33,7 @@ constraints:
33
33
34
34
-- https://hackage.haskell.org/package/process
35
35
-- GHC boot library
36
- , process == 1.6.18 .0
36
+ , process == 1.6.19 .0
37
37
38
38
-- https://hackage.haskell.org/package/scientific
39
39
, scientific == 0.3.7.0
@@ -56,7 +56,7 @@ constraints:
56
56
, ttc == 1.4.0.0
57
57
58
58
-- https://hackage.haskell.org/package/vector
59
- , vector == 0.13.0 .0
59
+ , vector == 0.13.1 .0
60
60
61
61
-- https://hackage.haskell.org/package/yaml
62
62
, yaml == 0.11.11.2
You can’t perform that action at this time.
0 commit comments