Skip to content

Commit 976f707

Browse files
sjakobimergify[bot]
authored andcommitted
dhall-lsp-server: Fix doctests (#1505)
1 parent 7ea5f6f commit 976f707

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ for:
5858
- chcp 65001 && stack test dhall
5959
- stack test dhall-json
6060
- 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
6362
- stack bench dhall --benchmark-arguments "--quick --min-duration=0 --include-first-iter"
6463

6564
-

dhall-lsp-server/dhall-lsp-server.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ Test-Suite doctest
9898
base ,
9999
directory >= 1.3.1.5 && < 1.4 ,
100100
filepath < 1.5 ,
101-
doctest >= 0.7.0 && < 0.17
101+
doctest >= 0.7.0 && < 0.17,
102+
QuickCheck
102103
Other-Extensions: OverloadedStrings RecordWildCards
103104
Default-Language: Haskell2010
104105
-- `doctest` doesn't work with `MIN_VERSION` macros before GHC 8

0 commit comments

Comments
 (0)