File tree Expand file tree Collapse file tree 1 file changed +37
-34
lines changed
content/languages/haskell Expand file tree Collapse file tree 1 file changed +37
-34
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ tags: [haskell]
88
99## Versions
1010
11- - GHC 8.8.4 ([ LTS Haskell 16.25 ] ( https://www.stackage.org/lts-16.25 ) )
11+ - GHC 9.2.5 ([ LTS Haskell 20.10 ] ( https://www.stackage.org/lts-20.10 ) )
1212
1313## Test Frameworks
1414
@@ -18,41 +18,44 @@ tags: [haskell]
1818
191912 seconds
2020
21+ ## Container image
22+
23+ [ Haskell container image at Github] ( https://github.com/codewars/haskell )
24+
2125## Packages
2226
23- ### GHC 8.8.4
24-
25- ``` yaml
26- # From package.yaml
27- # See https://www.stackage.org/lts-16.25 for versions
28- dependencies :
29- - base >= 4.7 && < 5
30- - attoparsec
31- - haskell-src-exts
32- - hspec
33- - hspec-attoparsec
34- - hspec-codewars # https://github.com/codewars/hspec-codewars
35- - hspec-contrib
36- - hspec-formatters-codewars # https://github.com/codewars/hspec-formatters-codewars
37- - hspec-megaparsec
38- - HUnit-approx
39- - lens
40- - megaparsec
41- - mtl
42- - parsec
43- - persistent
44- - persistent-sqlite
45- - persistent-template
46- - QuickCheck
47- - random
48- - regex-pcre
49- - regex-posix
50- - regex-tdfa
51- - split
52- - text
53- - transformers
54- - vector
55- ` ` `
27+ ### GHC 9.2.5
28+
29+ From [ package.yaml] ( https://github.com/codewars/haskell/blob/main/workspace/package.yaml )
30+
31+ | package | version |
32+ | --- | --- |
33+ | base | 4.16.4.0 |
34+ | attoparsec | 0.14.4 |
35+ | haskell-src-exts | 1.23.1 |
36+ | hspec | 2.9.7 |
37+ | hspec-attoparsec | 0.1.0.2 |
38+ | hspec-codewars | 0.1.0 |
39+ | hspec-contrib | 0.5.2 |
40+ | hspec-formatters-codewars | 0.3.0 |
41+ | hspec-megaparsec | 2.2.0 |
42+ | HUnit-approx | 1.1.1.1 |
43+ | lens | 5.1.1 |
44+ | megaparsec | 9.2.2 |
45+ | mtl | 2.2.2 |
46+ | parsec | 3.1.15.0 |
47+ | persistent | 2.13.3.5 |
48+ | persistent-sqlite | 2.13.1.1 |
49+ | persistent-template | 2.12.0.0 |
50+ | random | 1.2.1.1 |
51+ | regex-pcre | 0.95.0.0 |
52+ | regex-posix | 0.96.0.1 |
53+ | regex-tdfa | 1.3.2 |
54+ | split | 0.2.3.5 |
55+ | text | 1.2.5.0 |
56+ | transformers | 0.5.6.2 |
57+ | vector | 0.12.3.1 |
58+
5659
5760## Services
5861
You can’t perform that action at this time.
0 commit comments