avoid conflicting definitions of Template type

When both modules are imported and then re-exported.
This commit is contained in:
Joey Hess 2018-12-30 15:03:31 -04:00
parent 5480b3a9af
commit 1b44426805
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -19,8 +19,7 @@ import System.Posix.Temp (mkdtemp)
#endif
import Utility.Exception
type Template = String
import Utility.Tmp (Template)
{- Runs an action with a tmp directory located within the system's tmp
- directory (or within "." if there is none), then removes the tmp