Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow doctest-0.18 #2148

Merged
merged 1 commit into from
Feb 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dhall-docs/dhall-docs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Test-Suite doctest
base ,
directory,
filepath < 1.5 ,
doctest >= 0.7.0 && < 0.18
doctest >= 0.7.0 && < 0.19
Other-Extensions: OverloadedStrings RecordWildCards
Default-Language: Haskell2010

Expand Down
2 changes: 1 addition & 1 deletion dhall-lsp-server/dhall-lsp-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Test-Suite doctest
base ,
directory >= 1.3.1.5 && < 1.4 ,
filepath < 1.5 ,
doctest >= 0.7.0 && < 0.18,
doctest >= 0.7.0 && < 0.19,
QuickCheck
Other-Extensions: OverloadedStrings RecordWildCards
Default-Language: Haskell2010
Expand Down
2 changes: 1 addition & 1 deletion dhall/dhall.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ Test-Suite doctest
directory ,
filepath < 1.5 ,
mockery < 0.4 ,
doctest >= 0.7.0 && < 0.18
doctest >= 0.7.0 && < 0.19
Default-Language: Haskell2010

Benchmark dhall-parser
Expand Down