@@ -47,62 +47,62 @@ jobs:
47
47
48
48
- name : update
49
49
run : |
50
- cabal v2- update
50
+ cabal update
51
51
52
52
- name : build examples
53
53
if : ${{ matrix.ghc == '8.2.2' }}
54
- run : cabal v2- build uom-plugin-examples
54
+ run : cabal build uom-plugin-examples
55
55
56
56
- name : test thoralf-plugin-rows:rows
57
- run : cabal v2- test thoralf-plugin-rows:rows --test-show-details=direct --test-option="--color=always"
57
+ run : cabal test thoralf-plugin-rows:rows --test-show-details=direct --test-option="--color=always"
58
58
59
59
- name : test thoralf-plugin-uom:defs
60
- run : cabal v2- test thoralf-plugin-uom:defs --test-show-details=direct --test-option="--color=always"
60
+ run : cabal test thoralf-plugin-uom:defs --test-show-details=direct --test-option="--color=always"
61
61
62
62
- name : test thoralf-plugin-uom:force
63
- run : cabal v2- test thoralf-plugin-uom:force --test-show-details=direct --test-option="--color=always"
63
+ run : cabal test thoralf-plugin-uom:force --test-show-details=direct --test-option="--color=always"
64
64
65
65
- name : test thoralf-plugin-uom:delay-eq
66
- run : cabal v2- test thoralf-plugin-uom:delay-eq --test-show-details=direct --test-option="--color=always"
66
+ run : cabal test thoralf-plugin-uom:delay-eq --test-show-details=direct --test-option="--color=always"
67
67
68
68
- name : test thoralf-plugin-uom:units
69
- run : cabal v2- test thoralf-plugin-uom:units --test-show-details=direct --test-option="--color=always"
69
+ run : cabal test thoralf-plugin-uom:units --test-show-details=direct --test-option="--color=always"
70
70
71
71
- name : test thoralf-plugin-uom:uom-diy
72
- run : cabal v2- test thoralf-plugin-uom:uom-diy --test-show-details=direct --test-option="--color=always"
72
+ run : cabal test thoralf-plugin-uom:uom-diy --test-show-details=direct --test-option="--color=always"
73
73
74
74
- name : test thoralf-plugin-uom:uom-quantity
75
- run : cabal v2- test thoralf-plugin-uom:uom-quantity --test-show-details=direct --test-option="--color=always"
75
+ run : cabal test thoralf-plugin-uom:uom-quantity --test-show-details=direct --test-option="--color=always"
76
76
77
77
- name : build thoralf-plugin-defs
78
78
run : cabal build thoralf-plugin-defs
79
79
80
80
- name : test uom-plugin:defs with ghc-8.2.2
81
81
if : ${{ matrix.ghc == '8.2.2' }}
82
- run : cabal v2- test uom-plugin:defs --test-show-details=direct --test-option="--color=always"
82
+ run : cabal test uom-plugin:defs --test-show-details=direct --test-option="--color=always"
83
83
84
84
- name : test uom-plugin:defs with ghc-9.2.1
85
85
if : ${{ matrix.ghc == '9.2.1' }}
86
- run : cabal v2- test uom-plugin:defs --test-show-details=direct --test-option="--color=always"
86
+ run : cabal test uom-plugin:defs --test-show-details=direct --test-option="--color=always"
87
87
88
88
- name : test uom-plugin:units with ghc-8.2.2
89
89
if : ${{ matrix.ghc == '8.2.2' }}
90
- run : cabal v2- test uom-plugin:units --test-show-details=direct --test-option="--color=always"
90
+ run : cabal test uom-plugin:units --test-show-details=direct --test-option="--color=always"
91
91
92
92
- name : test uom-plugin:units with ghc-9.2.1
93
93
if : ${{ matrix.ghc == '9.2.1' }}
94
- run : cabal v2- test uom-plugin:units --test-show-details=direct --test-option="--color=always"
94
+ run : cabal test uom-plugin:units --test-show-details=direct --test-option="--color=always"
95
95
96
96
- name : test uom-quantity:doctest
97
- run : cabal v2- test uom-quantity:doctest --test-show-details=direct --test-option="--color=always"
97
+ run : cabal test uom-quantity:doctest --test-show-details=direct --test-option="--color=always"
98
98
99
99
- name : test uom-plugin-tutorial:doctest with ghc-8.2.2
100
100
if : ${{ matrix.ghc == '8.2.2' }}
101
- run : cabal v2- test uom-plugin-tutorial:doctest --test-show-details=direct --test-option="--color=always"
101
+ run : cabal test uom-plugin-tutorial:doctest --test-show-details=direct --test-option="--color=always"
102
102
103
103
- name : test uom-plugin-tutorial:doctest with ghc-9.2.1
104
104
if : ${{ matrix.ghc == '9.2.1' }}
105
- run : cabal v2- test uom-plugin-tutorial:doctest --test-show-details=direct --test-option="--color=always"
105
+ run : cabal test uom-plugin-tutorial:doctest --test-show-details=direct --test-option="--color=always"
106
106
107
107
- uses : rwe/actions-hlint-run@v2
108
108
name : hlint
0 commit comments