zifter-stack-0.0.0.9: zifter-stack

Safe HaskellNone
LanguageHaskell2010

Zifter.Stack

Documentation

data Pkg Source #

Constructors

Pkg String [Target] 

Instances

Eq Pkg Source # 

Methods

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

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

Show Pkg Source # 

Methods

showsPrec :: Int -> Pkg -> ShowS #

show :: Pkg -> String #

showList :: [Pkg] -> ShowS #

data Target Source #

Constructors

Lib String 
Test String 
Bench String 

Instances

combinePkgs :: [Pkg] -> [Pkg] -> [Pkg] Source #