Skip to content

Commit 6519b82

Browse files
committed
CI: freeze file for GHC 9.2.1
1 parent 68fde09 commit 6519b82

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: haskell/actions/setup@v1
1818
id: setup-haskell
1919
with:
20-
ghc-version: '9.2.2'
20+
ghc-version: '9.2.1'
2121
cabal-version: '3.6.2.0'
2222

2323
- name: Set PATH for cabal-installed executables

cabal.project.freeze

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
active-repositories: hackage.haskell.org:merge, head.hackage.ghc.haskell.org:merge
2-
constraints: any.Cabal ==3.6.3.0,
1+
active-repositories: hackage.haskell.org:merge
2+
constraints: any.Cabal ==3.6.0.0,
33
any.Glob ==0.10.2,
44
any.HUnit ==1.6.2.0,
55
any.HsYAML ==0.2.1.0,
@@ -35,7 +35,7 @@ constraints: any.Cabal ==3.6.3.0,
3535
async -bench,
3636
any.attoparsec ==0.14.4,
3737
attoparsec -developer,
38-
any.base ==4.16.1.0,
38+
any.base ==4.16.0.0,
3939
any.base-compat ==0.12.1,
4040
any.base-compat-batteries ==0.12.1,
4141
any.base-orphans ==0.8.6,
@@ -50,7 +50,7 @@ constraints: any.Cabal ==3.6.3.0,
5050
any.blaze-html ==0.9.1.2,
5151
any.blaze-markup ==0.8.2.8,
5252
any.byteorder ==1.0.4,
53-
any.bytestring ==0.11.3.0,
53+
any.bytestring ==0.11.1.0,
5454
any.cabal-doctest ==1.0.9,
5555
any.call-stack ==0.4.0,
5656
any.case-insensitive ==1.2.1.0,
@@ -91,7 +91,7 @@ constraints: any.Cabal ==3.6.3.0,
9191
any.data-default-instances-dlist ==0.0.1,
9292
any.data-default-instances-old-locale ==0.0.1,
9393
any.data-fix ==0.3.2,
94-
any.deepseq ==1.4.6.1,
94+
any.deepseq ==1.4.6.0,
9595
any.dense-linear-algebra ==0.1.0.0,
9696
any.digest ==0.0.1.3,
9797
digest -bytestring-in-base,
@@ -106,14 +106,14 @@ constraints: any.Cabal ==3.6.3.0,
106106
any.errors ==2.3.0,
107107
any.exceptions ==0.10.4,
108108
any.file-embed ==0.0.15.0,
109-
any.filepath ==1.4.2.2,
110-
any.ghc ==9.2.2,
109+
any.filepath ==1.4.2.1,
110+
any.ghc ==9.2.1,
111111
any.ghc-bignum ==1.2,
112-
any.ghc-boot ==9.2.2,
113-
any.ghc-boot-th ==9.2.2,
114-
any.ghc-heap ==9.2.2,
112+
any.ghc-boot ==9.2.1,
113+
any.ghc-boot-th ==9.2.1,
114+
any.ghc-heap ==9.2.1,
115115
any.ghc-prim ==0.8.0,
116-
any.ghci ==9.2.2,
116+
any.ghci ==9.2.1,
117117
any.gitrev ==1.3.1,
118118
any.haddock-library ==1.10.0,
119119
any.happy ==1.20.0,
@@ -187,7 +187,7 @@ constraints: any.Cabal ==3.6.3.0,
187187
any.pandoc-lua-marshal ==0.1.5.1,
188188
any.pandoc-types ==1.22.1,
189189
any.parallel ==3.2.2.0,
190-
any.parsec ==3.1.15.0,
190+
any.parsec ==3.1.14.0,
191191
any.pem ==0.2.4,
192192
any.pretty ==1.1.3.6,
193193
any.pretty-show ==1.10,
@@ -217,7 +217,7 @@ constraints: any.Cabal ==3.6.3.0,
217217
any.splitmix ==0.1.0.4,
218218
splitmix -optimised-mixer,
219219
any.statistics ==0.16.0.1,
220-
any.stm ==2.5.0.2,
220+
any.stm ==2.5.0.0,
221221
any.streaming-commons ==0.2.2.4,
222222
streaming-commons -use-bytestring-builder,
223223
any.strict ==0.4.0.1,
@@ -292,4 +292,4 @@ constraints: any.Cabal ==3.6.3.0,
292292
zip-archive -executable,
293293
any.zlib ==0.6.2.3,
294294
zlib -bundled-c-zlib -non-blocking-ffi -pkg-config
295-
index-state: hackage.haskell.org 2022-03-14T09:36:37Z, head.hackage.ghc.haskell.org 2022-03-14T03:44:35Z
295+
index-state: hackage.haskell.org 2022-03-15T11:27:55Z

0 commit comments

Comments
 (0)