Merge posix-paths into hpath

This commit is contained in:
2016-05-09 13:31:20 +02:00
parent 1263fac7ec
commit a946387330
12 changed files with 1058 additions and 18 deletions

16
doctests-hpath.hs Normal file
View File

@@ -0,0 +1,16 @@
{-# LANGUAGE OverloadedStrings #-}
module Main where
import Control.Applicative
import Test.DocTest
import Test.HUnit
main =
doctest
["-isrc"
, "-XOverloadedStrings"
, "src/HPath.hs"
]