]> gitweb.michael.orlitzky.com - haeredes.git/blobdiff - test/Doctests.hs
Enable/fix more warnings for GHC 8+.
[haeredes.git] / test / Doctests.hs
index d183b4b664d289ea123da751f562a937c34ff1ae..0c9ec0a3fd7c7715df72fdf1382d85dedb7cc646 100644 (file)
@@ -1,7 +1,7 @@
 module Main
 where
 
-import Test.DocTest
+import Test.DocTest (doctest)
 import System.FilePath.Find ((==?), always, extension, find)
 
 find_sources :: IO [FilePath]