hs-pkg-config: Create pkg-config configuration files
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -Werror' makes the package easy to break with future GHC versions because new GHC versions often add new warnings.
Create pkg-config configuration file from Haskell code using combinators specialized for this purpose.
One of the possible usage examples of this library is generating .pc
files
from Shake build system.
For usage example see Data.PkgConfig module.
[Skip to Readme]
Properties
Versions | 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.2.1.0 |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4.6 && <4.8), data-default-class (<1), text (>=0.11 && <1.3) [details] |
License | BSD-3-Clause |
Copyright | Copyright (c) 2014 Peter Trško |
Author | Peter Trško |
Maintainer | peter.trsko@gmail.com |
Category | Data, Development |
Home page | https://github.com/trskop/hs-pkg-config |
Bug tracker | https://github.com/trskop/lock-file/issues |
Source repo | head: git clone git://github.com/trskop/hs-pkg-config.git this: git clone git://github.com/trskop/hs-pkg-config.git(tag 0.2.1.0) |
Uploaded | by PeterTrsko at 2014-12-24T11:21:29Z |
Modules
[Index]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
pedantic | Pass additional warning flags including -Werror to GHC during compilation. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- hs-pkg-config-0.2.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees