File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 18
18
needs : ormolu
19
19
strategy :
20
20
matrix :
21
- cabal : ["3.10 "]
21
+ cabal : ["3.12 "]
22
22
ghc : ["9.8.4", "9.10.1", "9.12.1"]
23
- env :
24
- CONFIG : " --enable-tests --enable-benchmarks --flags=dev"
25
23
steps :
26
24
- uses : actions/checkout@v4
27
25
- uses : haskell-actions/setup@v2
30
28
ghc-version : ${{ matrix.ghc }}
31
29
cabal-version : ${{ matrix.cabal }}
32
30
- run : cabal update
33
- - run : cabal freeze $CONFIG
31
+ - run : cabal freeze
34
32
35
33
with :
36
34
path : |
40
38
restore-keys : |
41
39
${{ runner.os }}-${{ matrix.ghc }}-
42
40
- run : cabal format && git diff --exit-code --color=always
43
- - run : cabal build $CONFIG
44
- - run : cabal test $CONFIG
45
- - run : cabal haddock $CONFIG
41
+ - run : cabal build
42
+ - run : cabal test
43
+ - run : cabal haddock
46
44
- run : cabal sdist
Original file line number Diff line number Diff line change
1
+ packages : .
2
+ tests : True
3
+ benchmarks : True
4
+ constraints : html-entity-map +dev
You can’t perform that action at this time.
0 commit comments