stackage2nix-0.3.0: Convert Stack files into Nix build instructions.

Safe HaskellNone
LanguageHaskell2010

Stack.Config.Yaml

Documentation

data Location a Source #

Constructors

Location 

Fields

Instances

lLocation :: forall a a. Lens (Location a) (Location a) a a Source #

data Git Source #

Constructors

Git 

Fields

data Hg Source #

Constructors

Hg 

Fields

Instances

Eq Hg Source # 

Methods

(==) :: Hg -> Hg -> Bool #

(/=) :: Hg -> Hg -> Bool #

Show Hg Source # 

Methods

showsPrec :: Int -> Hg -> ShowS #

show :: Hg -> String #

showList :: [Hg] -> ShowS #

ToJSON Hg Source # 
FromJSON Hg Source #