| Portability | unix |
|---|---|
| Stability | experimental |
| Maintainer | Vincent Hanquez <vincent@snarc.org> |
| Safe Haskell | Safe-Infered |
Data.Git.Revision
Description
Documentation
Constructors
| Revision String [RevModifier] |
data RevModifier Source
Constructors
| RevModParent Int | parent accessor ^n and ^ |
| RevModParentFirstN Int | parent accessor ~n |
| RevModAtType String | |
| RevModAtDate String | |
| RevModAtN Int |
Instances
fromString :: IsString a => String -> a