File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 58
58
- chcp 65001 && stack test dhall
59
59
- stack test dhall-json
60
60
- stack test dhall-bash
61
- # - stack test dhall-lsp-server:doctest # Disabled while the tests are broken.
62
- - stack test dhall-lsp-server:tests
61
+ - stack test dhall-lsp-server
63
62
- stack bench dhall --benchmark-arguments "--quick --min-duration=0 --include-first-iter"
64
63
65
64
-
Original file line number Diff line number Diff line change @@ -98,7 +98,8 @@ Test-Suite doctest
98
98
base ,
99
99
directory >= 1.3.1.5 && < 1.4 ,
100
100
filepath < 1.5 ,
101
- doctest >= 0.7.0 && < 0.17
101
+ doctest >= 0.7.0 && < 0.17 ,
102
+ QuickCheck
102
103
Other-Extensions : OverloadedStrings RecordWildCards
103
104
Default-Language : Haskell2010
104
105
-- `doctest` doesn't work with `MIN_VERSION` macros before GHC 8
You can’t perform that action at this time.
0 commit comments