packages feed

Konf-0.1.0.0: Konf.cabal

name:                Konf
-- PVP summary:      +-+------- breaking API changes
--                   | | +----- non-breaking API additions
--                   | | | +--- code changes with no API change
version:             0.1.0.0
synopsis:            A configuration language and a parser.
description:         Konf is a minimal konfiguration language, and ``Text.Konf'' is an implementation of this language.
category:            Unix, Configuration
homepage:            http://www.gkayaalp.com/p/konf.html
license:             OtherLicense
license-file:        LICENSE
author:              Göktuğ Kayaalp
maintainer:          self@gkayaalp.com
category:            Text
build-type:          Simple
cabal-version:       >=1.8
library
  hs-source-dirs:      Src
  exposed-modules:     Text.Konf
  build-depends:       base ==4.6.*, parsec ==3.1.*, containers ==0.5.*