avoid namespace conflict
This commit is contained in:
parent
354c5f349b
commit
5000aba76e
2 changed files with 1 additions and 3 deletions
|
@ -20,7 +20,7 @@ command = [repoCommand "setkey" paramPath seek
|
|||
"sets annexed content for a key using a temp file"]
|
||||
|
||||
seek :: [CommandSeek]
|
||||
seek = [withTempFile start]
|
||||
seek = [withStrings start]
|
||||
|
||||
{- Sets cached content for a key. -}
|
||||
start :: CommandStartString
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue