codex-0.5.1.2: A ctags file generator for cabal project dependencies.

Safe HaskellNone
LanguageHaskell2010

Codex

Documentation

data Codex Source #

Instances

Show Codex Source # 

Methods

showsPrec :: Int -> Codex -> ShowS #

show :: Codex -> String #

showList :: [Codex] -> ShowS #

Generic Codex Source # 

Associated Types

type Rep Codex :: * -> * #

Methods

from :: Codex -> Rep Codex x #

to :: Rep Codex x -> Codex #

ToJSON Codex Source # 
FromJSON Codex Source # 
type Rep Codex Source # 

data Verbosity :: * #

Instances

Bounded Verbosity 
Enum Verbosity 
Eq Verbosity 
Ord Verbosity 
Read Verbosity 
Show Verbosity 
Generic Verbosity 

Associated Types

type Rep Verbosity :: * -> * #

Binary Verbosity 
type Rep Verbosity 
type Rep Verbosity = D1 (MetaData "Verbosity" "Distribution.Verbosity" "Cabal-1.24.0.0" False) ((:+:) ((:+:) (C1 (MetaCons "Silent" PrefixI False) U1) (C1 (MetaCons "Normal" PrefixI False) U1)) ((:+:) (C1 (MetaCons "Verbose" PrefixI False) U1) (C1 (MetaCons "Deafening" PrefixI False) U1)))

data Tagging Source #

Constructors

Tagged 
Untagged 

data Status Source #

Constructors

Source Tagging 
Archive 
Remote 

Instances

tryIO :: IO a -> Action a Source #

newProgressBar' :: (MonadIO m, MonadIO m2, Integral estimate) => String -> estimate -> m (m2 ()) Source #