remove module unused since switch to optparse-applicative
This commit is contained in:
parent
d14770ca9c
commit
a3bd4dde9f
2 changed files with 0 additions and 19 deletions
2
Types.hs
2
Types.hs
|
@ -15,7 +15,6 @@ module Types (
|
|||
RemoteGitConfig(..),
|
||||
Remote,
|
||||
RemoteType,
|
||||
Option
|
||||
) where
|
||||
|
||||
import Annex
|
||||
|
@ -24,7 +23,6 @@ import Types.GitConfig
|
|||
import Types.Key
|
||||
import Types.UUID
|
||||
import Types.Remote
|
||||
import Types.Option
|
||||
|
||||
type Backend = BackendA Annex
|
||||
type Remote = RemoteA Annex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue