|
| MissingH.Debian | | Portability | portable | | Stability | provisional | | Maintainer | jgoerzen@complete.org |
|
|
|
|
|
| Description |
This module provides various helpful utilities for dealing with Debian
files and programs.
Written by John Goerzen, jgoerzen@complete.org
|
|
| Synopsis |
|
|
|
|
| Control or Similar File Utilities |
|
| type ControlFile = [(String, String)] |
| The type representing the contents of a Debian control file,
or any control-like file (such as the output from apt-cache show, etc.) |
|
| Version Number Utilities |
|
| data DebVersion |
| The type representing a Debian version number. This type is an instance
of Ord, but you can also use compareDebVersion if you prefer. | | Instances | |
|
|
| compareDebVersion :: String -> String -> IO Ordering |
| Compare the versions of two packages. |
|
| checkDebVersion |
| :: String | Version 1 | | -> String | Operator | | -> String | Version 2 | | -> IO Bool | |
|
|
| Produced by Haddock version 0.6 |