| Copyright | (c) 2022 Dmitrii Kovanikov |
|---|---|
| License | MPL-2.0 |
| Maintainer | Dmitrii Kovanikov <kovanikov@gmail.com> |
| Stability | Experimental |
| Portability | Portable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
DrCabal.Model
Description
Data types to model the domain of the cabal output.
Documentation
Constructors
| Line | |
Fields
| |
Constructors
| Downloading | |
| Downloaded | |
| Starting | |
| Building | |
| Installing | |
| Completed |
Instances
| FromJSON Status Source # | |
Defined in DrCabal.Model | |
| ToJSON Status Source # | |
Defined in DrCabal.Model Methods toEncoding :: Status -> Encoding toJSONList :: [Status] -> Value toEncodingList :: [Status] -> Encoding | |
| Bounded Status Source # | |
| Enum Status Source # | |
Defined in DrCabal.Model | |
| Read Status Source # | |
| Show Status Source # | |
| Eq Status Source # | |
| Ord Status Source # | |
Constructors
| Entry | |
Fields
| |
Instances
| FromJSON Entry Source # | |
Defined in DrCabal.Model | |
| ToJSON Entry Source # | |
Defined in DrCabal.Model Methods toEncoding :: Entry -> Encoding toJSONList :: [Entry] -> Value toEncodingList :: [Entry] -> Encoding | |
| Show Entry Source # | |