File tree 1 file changed +35
-34
lines changed
content/languages/haskell
1 file changed +35
-34
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ tags: [haskell]
8
8
9
9
## Versions
10
10
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 ) )
12
12
13
13
## Test Frameworks
14
14
@@ -18,41 +18,42 @@ tags: [haskell]
18
18
19
19
12 seconds
20
20
21
+ ## Container image
22
+
23
+ [ Haskell container image at Github] ( https://github.com/codewars/haskell )
24
+
21
25
## Packages
22
26
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
+ | package | version |
30
+ | --- | --- |
31
+ | base | 4.16.4.0 |
32
+ | attoparsec | 0.14.4 |
33
+ | haskell-src-exts | 1.23.1 |
34
+ | hspec | 2.9.7 |
35
+ | hspec-attoparsec | 0.1.0.2 |
36
+ | hspec-codewars | 0.1.0 |
37
+ | hspec-contrib | 0.5.2 |
38
+ | hspec-formatters-codewars | 0.3.0 |
39
+ | hspec-megaparsec | 2.2.0 |
40
+ | HUnit-approx | 1.1.1.1 |
41
+ | lens | 5.1.1 |
42
+ | megaparsec | 9.2.2 |
43
+ | mtl | 2.2.2 |
44
+ | parsec | 3.1.15.0 |
45
+ | persistent | 2.13.3.5 |
46
+ | persistent-sqlite | 2.13.1.1 |
47
+ | persistent-template | 2.12.0.0 |
48
+ | random | 1.2.1.1 |
49
+ | regex-pcre | 0.95.0.0 |
50
+ | regex-posix | 0.96.0.1 |
51
+ | regex-tdfa | 1.3.2 |
52
+ | split | 0.2.3.5 |
53
+ | text | 1.2.5.0 |
54
+ | transformers | 0.5.6.2 |
55
+ | vector | 0.12.3.1 |
56
+
56
57
57
58
## Services
58
59
You can’t perform that action at this time.
0 commit comments