summaryrefslogtreecommitdiff
path: root/Types.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-21 12:59:50 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-21 12:59:50 -0400
commit6ccc1e78c24c23bc2d140de32a63379638dce9ee (patch)
tree00af78d4597ac76136293abcfe5306d87a69345b /Types.hs
parent7f5fc3ec8f2d274c068e5662d04233bc0169c740 (diff)
remove module unused since switch to optparse-applicative
Diffstat (limited to 'Types.hs')
-rw-r--r--Types.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Types.hs b/Types.hs
index 4d1cde61b..09c8adefd 100644
--- a/Types.hs
+++ b/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