Logo
Explore Help
Sign In
hasufell/hpath
1
1
Fork 0
You've already forked hpath
Code Issues 8 Pull Requests Releases Wiki Activity
Files
a0510eaec17eab7b69c29c28b41da2e12f49a211
hpath/src/HPath/IO.hs-boot

9 lines
116 B
Plaintext
Raw Normal View History

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
module HPath.IO where
import HPath
Abstract over Path more properly We don't expect "Path Abs" everywhere anymore. The functions have been made to be more generic. A user can still pass absolute paths, so we don't lose any safety. However, some function implementations may be more tricky.
2018-04-11 00:44:47 +02:00
canonicalizePath :: Path b -> IO (Path Abs)
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
Abstract over Path more properly We don't expect "Path Abs" everywhere anymore. The functions have been made to be more generic. A user can still pass absolute paths, so we don't lose any safety. However, some function implementations may be more tricky.
2018-04-11 00:44:47 +02:00
toAbs :: Path b -> IO (Path Abs)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 90ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API