formatting-6.2.3: formatting.cabal
name: formatting
version: 6.2.3
synopsis: Combinator-based type-safe formatting (like printf() or FORMAT)
description: Combinator-based type-safe formatting (like printf() or FORMAT), modelled from the HoleyMonoids package.
license: BSD3
license-file: LICENSE
author: Chris Done, Shachaf Ben-Kiki, Martijn van Steenbergen, Mike Meyer
maintainer: chrisdone@gmail.com
copyright: 2013 Chris Done, Shachaf Ben-Kiki, Martijn van Steenbergen, Mike Meyer
category: Text
build-type: Simple
cabal-version: >=1.8
extra-source-files: CHANGELOG.md
library
exposed-modules: Formatting,
Formatting.Formatters,
Formatting.ShortFormatters,
Formatting.Examples,
Formatting.Time,
Formatting.Clock,
Formatting.Internal
build-depends: base >= 4.5 && < 5,
text-format,
text >= 0.11.0.8,
time,
old-locale,
scientific >= 0.3.0.0,
clock >= 0.4
hs-source-dirs: src
ghc-options: -O2
source-repository head
type: git
location: http://github.com/chrisdone/formatting