convert map to use new code
This commit is contained in:
parent
688e94fd30
commit
0d83d17f04
2 changed files with 6 additions and 3 deletions
|
@ -5,7 +5,10 @@
|
|||
- Licensed under the GNU GPL version 3 or higher.
|
||||
-}
|
||||
|
||||
module Remote.GitRemote (generate) where
|
||||
module Remote.GitRemote (
|
||||
generate,
|
||||
onRemote
|
||||
) where
|
||||
|
||||
import Control.Exception.Extensible
|
||||
import Control.Monad.State (liftIO)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue