dev-haskell / configurator

Configuration management

Official package sites : https://github.com/bos/configurator ·

A configuration management library for programs and daemons. Features include: * Automatic, dynamic reloading in response to modifications to configuration files. * A simple, but flexible, configuration language, supporting several of the most commonly needed types of data, along with interpolation of strings from the configuration or the system environment (e.g. @$(HOME)@). * Subscription-based notification of changes to configuration properties. * An @import@ directive allows the configuration of a complex application to be split across several smaller files, or common configuration data to be shared across several applications. For details of the configuration file format, see <http://hackage.haskell.org/packages/archive/configurator/latest/doc/html/Data-Configurator.html>.

v0.3.0.0-r1 :: 0/0.3.0.0 :: gentoo

Modified
License
BSD
Keywords
amd64 ~arm64 ~ppc64 ~riscv ~x86
USE flags
doc hscolour profile test

General

doc
Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
hscolour
Include coloured haskell sources to generated documentation (dev-haskell/hscolour)
profile
Add support for software performance analysis (will likely vary from ebuild to ebuild)
test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

dev-haskell / attoparsec : Fast combinator parsing for bytestrings and text

dev-haskell / cabal : A framework for packaging Haskell software

dev-haskell / hashable : A class for types that can be converted to a hash value

dev-haskell / hscolour : Colourise Haskell code

dev-haskell / hunit : A unit testing framework for Haskell

dev-haskell / test-framework : Framework for running and organising tests, with HUnit and QuickCheck support

dev-haskell / test-framework-hunit : HUnit support for the test-framework package

dev-haskell / text : An efficient packed Unicode text type

dev-haskell / unix-compat : Portable POSIX-compatibility layer

dev-haskell / unordered-containers : Efficient hashing-based container types

dev-lang / ghc : The Glasgow Haskell Compiler

dev-haskell / attoparsec : Fast combinator parsing for bytestrings and text

dev-haskell / hashable : A class for types that can be converted to a hash value

dev-haskell / text : An efficient packed Unicode text type

dev-haskell / unix-compat : Portable POSIX-compatibility layer

dev-haskell / unordered-containers : Efficient hashing-based container types

dev-lang / ghc : The Glasgow Haskell Compiler

net-mail / list-remote-forwards : List all remote forwards for mail accounts stored in a database

net-mail / mailbox-count : Count mailboxes in a SQL database

Repository mirror & CI · gentoo
Merge updates from master
hololeap · gentoo
dev-haskell/configurator: Stabilize for amd64
Signed-off-by: hololeap <hololeap@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
matoro · gentoo
dev-haskell/configurator: keyword 0.3.0.0-r1 for ~riscv
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
matoro · gentoo
dev-haskell/configurator: keyword 0.3.0.0-r1 for ~arm64
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
matoro · gentoo
dev-haskell/configurator: keyword 0.3.0.0-r1 for ~ppc64
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sergei Trofimovich · gentoo
dev-haskell/configurator: update to EAPI=8
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: Inline mirror://hackage and update URIs
This change inlines mirror://hackage in all ebuilds, and updates URIs to the modern form (old URIs redirect to that). The change has been made using the following command: find -name '*.ebuild' -exec sed -r -i \ -e 's@mirror://hackage/@https://hackage.haskell.org/@g' \ -e 's@https://hackage.haskell.org/packages/archive/([^/]*)/([^/]*)/@https://hackage.haskell.org/package/\1-\2/@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{PV}@${P}@g' \ -e '/hackage\.haskell\.org/s@\$\{MY_PN}-\$\{PV}@${MY_P}@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{MY_PV}@${MY_P}@g' \ {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Michael Orlitzky · gentoo
dev-haskell/configurator: new package to read config files in Haskell.
Package-Manager: portage-2.2.28