Julian Ospald
8a28a5dd0f
'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.
8 lines
85 B
Haskell
8 lines
85 B
Haskell
module HPath.IO where
|
|
|
|
|
|
import HPath
|
|
|
|
canonicalizePath :: Path Abs -> IO (Path Abs)
|
|
|