Skip to content

Commit ab67c0d

Browse files
committed
update to lts-20.25, GHC 9.2.8
1 parent 98f845c commit ab67c0d

File tree

2 files changed

+13
-17
lines changed

2 files changed

+13
-17
lines changed

Diff for: exercises/stack.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
resolver: lts-18.18
1+
resolver: lts-20.25 # GHC 9.2.8
22
install-ghc: true
3-
# workaround for https://github.com/commercialhaskell/lts-haskell/issues/329:
4-
flags:
5-
mintty:
6-
win32-2-13-1: false

Diff for: exercises/tests.cabal

+12-12
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ build-type: Simple
44
cabal-version: >= 1.10
55

66
library
7-
build-depends: QuickCheck==2.14.2
8-
, hspec==2.7.10
9-
, base==4.14.3.0
7+
build-depends: QuickCheck==2.14.3
8+
, hspec==2.9.7
9+
, base==4.16.4.0
1010
, containers==0.6.5.1
1111
, array==0.5.4.0
1212
, transformers==0.5.6.2
13-
, template-haskell==2.16.0.0
14-
, th-abstraction==0.4.3.0
15-
, generic-random==1.4.0.0
16-
, JuicyPixels==3.3.6
17-
, HTTP==4000.3.16
13+
, template-haskell==2.18.0.0
14+
, th-abstraction==0.4.5.0
15+
, generic-random==1.5.0.1
16+
, JuicyPixels==3.3.7
17+
, HTTP==4000.4.1
1818
, http-types==0.12.3
19-
, text==1.2.4.1
20-
, bytestring==0.10.12.0
19+
, text==1.2.5.0
20+
, bytestring==0.11.4.0
2121
, wai==3.2.3
22-
, warp==3.3.18
23-
, sqlite-simple==0.4.18.0
22+
, warp==3.3.23
23+
, sqlite-simple==0.4.18.2
2424
, parallel==3.2.2.0
2525
default-language: Haskell2010

0 commit comments

Comments
 (0)