| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Chromatin.Data.RpluginSource
Documentation
newtype HackageDepspec Source #
Constructors
| HackageDepspec String |
Instances
| Eq HackageDepspec Source # | |
Defined in Chromatin.Data.RpluginSource Methods (==) :: HackageDepspec -> HackageDepspec -> Bool # (/=) :: HackageDepspec -> HackageDepspec -> Bool # | |
| Show HackageDepspec Source # | |
Defined in Chromatin.Data.RpluginSource Methods showsPrec :: Int -> HackageDepspec -> ShowS # show :: HackageDepspec -> String # showList :: [HackageDepspec] -> ShowS # | |
newtype PypiDepspec Source #
Constructors
| PypiDepspec String |
Instances
| Eq PypiDepspec Source # | |
Defined in Chromatin.Data.RpluginSource | |
| Show PypiDepspec Source # | |
Defined in Chromatin.Data.RpluginSource Methods showsPrec :: Int -> PypiDepspec -> ShowS # show :: PypiDepspec -> String # showList :: [PypiDepspec] -> ShowS # | |
data RpluginSource Source #
Instances
| Eq RpluginSource Source # | |
Defined in Chromatin.Data.RpluginSource Methods (==) :: RpluginSource -> RpluginSource -> Bool # (/=) :: RpluginSource -> RpluginSource -> Bool # | |
| Show RpluginSource Source # | |
Defined in Chromatin.Data.RpluginSource Methods showsPrec :: Int -> RpluginSource -> ShowS # show :: RpluginSource -> String # showList :: [RpluginSource] -> ShowS # | |