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(..),
|
RemoteGitConfig(..),
|
||||||
Remote,
|
Remote,
|
||||||
RemoteType,
|
RemoteType,
|
||||||
Option
|
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import Annex
|
import Annex
|
||||||
|
@ -24,7 +23,6 @@ import Types.GitConfig
|
||||||
import Types.Key
|
import Types.Key
|
||||||
import Types.UUID
|
import Types.UUID
|
||||||
import Types.Remote
|
import Types.Remote
|
||||||
import Types.Option
|
|
||||||
|
|
||||||
type Backend = BackendA Annex
|
type Backend = BackendA Annex
|
||||||
type Remote = RemoteA Annex
|
type Remote = RemoteA Annex
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
{- git-annex command options
|
|
||||||
-
|
|
||||||
- Copyright 2011 Joey Hess <id@joeyh.name>
|
|
||||||
-
|
|
||||||
- Licensed under the GNU GPL version 3 or higher.
|
|
||||||
-}
|
|
||||||
|
|
||||||
module Types.Option where
|
|
||||||
|
|
||||||
import System.Console.GetOpt
|
|
||||||
|
|
||||||
import Annex
|
|
||||||
|
|
||||||
{- Each dashed command-line option results in generation of an action
|
|
||||||
- in the Annex monad that performs the necessary setting.
|
|
||||||
-}
|
|
||||||
type Option = OptDescr (Annex ())
|
|
Loading…
Add table
Add a link
Reference in a new issue