1
1
mirror of https://github.com/qfpl/applied-fp-course.git synced 2024-11-25 19:24:08 +03:00

Forgot to bump level06 doctest dependency

This commit is contained in:
Sean Chalmers 2018-03-22 16:23:15 +10:00
parent 6125f12643
commit 5c6c8bdaf2

View File

@ -133,4 +133,4 @@ test-suite doctests
main-is: doctests.hs
hs-source-dirs: tests
build-depends: base
, doctest >= 0.11 && < 0.14
, doctest >= 0.11 && <= 0.15