avoid conflicting definitions of Template type
When both modules are imported and then re-exported.
This commit is contained in:
parent
5480b3a9af
commit
1b44426805
1 changed files with 1 additions and 2 deletions
|
@ -19,8 +19,7 @@ import System.Posix.Temp (mkdtemp)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
import Utility.Exception
|
import Utility.Exception
|
||||||
|
import Utility.Tmp (Template)
|
||||||
type Template = String
|
|
||||||
|
|
||||||
{- Runs an action with a tmp directory located within the system's tmp
|
{- Runs an action with a tmp directory located within the system's tmp
|
||||||
- directory (or within "." if there is none), then removes the tmp
|
- directory (or within "." if there is none), then removes the tmp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue