Skip to content

Commit

Permalink
Allow doctest-0.18 (#2148)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjakobi authored Feb 10, 2021
1 parent 69a0b97 commit a60c2d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit a60c2d1

Please sign in to comment.