Skip to content

Commit

Permalink
Add dependency on doctest
Browse files Browse the repository at this point in the history
It is not really necessary, but it will be useful.
  • Loading branch information
Hexirp committed Oct 7, 2017
1 parent a3dfdd8 commit ad125ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doctest-driver-gen.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Test.DocTest.Gen
build-depends: base >= 4.7 && < 5
build-depends: base >= 4 && < 5
-- doctest 0.12.* is disabled.
, doctest >= 0.7 && < 0.12 || >= 0.13 && < 0.14
ghc-options: -Wall
default-language: Haskell2010

Expand Down

0 comments on commit ad125ad

Please sign in to comment.