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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue