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

Safe HaskellNone
LanguageHaskell2010

Codex.Internal

Documentation

data Builder Source #

Constructors

Cabal 
Stack String 

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 #