You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

17 lines
218 B

  1. {-# LANGUAGE OverloadedStrings #-}
  2. module Main where
  3. import Control.Applicative
  4. import Test.DocTest
  5. import Test.HUnit
  6. main =
  7. doctest
  8. ["-isrc"
  9. , "-XOverloadedStrings"
  10. , "src/HPath.hs"
  11. ]