|
| Data.FileStore.Types | | Portability | GHC 6.10 required | | Stability | alpha | | Maintainer | John MacFarlane <jgm@berkeley.edu> |
|
|
|
| Description |
| Type definitions for Data.FileStore.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
|
|
| Constructors | | Instances | |
|
|
|
| Constructors | | Instances | |
|
|
|
| Constructors | | Instances | |
|
|
|
|
|
| Constructors | | Instances | |
|
|
|
| | Methods | | | Instances | |
|
|
|
| Constructors | | Instances | |
|
|
|
| Constructors | | MergeInfo | | | mergeRevision :: Revision | The revision w/ which changes were merged
| | mergeConflicts :: Bool | True if there were merge conflicts
| | mergeText :: String | The merged text, w/ conflict markers
|
|
| Instances | |
|
|
|
| Constructors | | RepositoryExists | Tried to initialize a repo that exists
| | ResourceExists | Tried to create a resource that exists
| | NotFound | Requested resource was not found
| | IllegalResourceName | The specified resource name is illegal
| | Unchanged | The resource was not modified,
because the contents were unchanged
| | UnsupportedOperation | | | NoMaxCount | The darcs version used does not support
--max-count
| | UnknownError String | |
| Instances | |
|
|
|
| Constructors | | Instances | |
|
|
|
| Constructors | | SearchQuery | | | queryPatterns :: [String] | Patterns to match
| | queryWholeWords :: Bool | Match patterns only with whole words?
| | queryMatchAll :: Bool | Return matches only from files in which
all patterns match?
| | queryIgnoreCase :: Bool | Make matches case-insensitive?
|
|
| Instances | |
|
|
|
|
|
|
|
| A versioning filestore, which can be implemented using the
file system, a database, or revision-control software.
| | Constructors | |
|
|
| Produced by Haddock version 2.6.0 |