hpath/src/HPath/IO.hs-boot
Julian Ospald 8a28a5dd0f
HPath.IO.Errors: fix throwDestinationInSource
'canonicalizePath' was missing, making this function far less reliable.
In order for this to work we have to work around circular imports
with a IO.hs-boot file.
2016-05-10 00:11:42 +02:00

8 lines
85 B
Haskell

module HPath.IO where
import HPath
canonicalizePath :: Path Abs -> IO (Path Abs)