File tree 2 files changed +13
-17
lines changed
2 files changed +13
-17
lines changed Original file line number Diff line number Diff line change 1
- resolver : lts-18.18
1
+ resolver : lts-20.25 # GHC 9.2.8
2
2
install-ghc : true
3
- # workaround for https://github.com/commercialhaskell/lts-haskell/issues/329:
4
- flags :
5
- mintty :
6
- win32-2-13-1 : false
Original file line number Diff line number Diff line change @@ -4,22 +4,22 @@ build-type: Simple
4
4
cabal-version : >= 1.10
5
5
6
6
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
10
10
, containers== 0.6.5.1
11
11
, array== 0.5.4.0
12
12
, 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
18
18
, 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
21
21
, 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
24
24
, parallel== 3.2.2.0
25
25
default-language : Haskell2010
You can’t perform that action at this time.
0 commit comments