format-numbers-0.1.0.0: format-numbers.cabal
-- This file has been generated from package.yaml by hpack version 0.15.0.
--
-- see: https://github.com/sol/hpack
name: format-numbers
version: 0.1.0.0
synopsis: Various number formatting functions
description: Various number formatting functions
category: Web
homepage: https://github.com/agrafix/format-numbers#readme
author: Alexander Thiemann
maintainer: mail@athiemann.net
copyright: 2017 Alexander Thiemann <mail@athiemann.net>
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
package.yaml
README.md
stack.yaml
library
hs-source-dirs:
src
build-depends:
base >= 4.7 && < 5
, text
exposed-modules:
Data.Text.Format.Numbers
other-modules:
Paths_format_numbers
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
main-is: Test.hs
hs-source-dirs:
test
, src
cpp-options: -DTEST
build-depends:
base >= 4.7 && < 5
, text
, hspec
other-modules:
Data.Text.Format.NumbersSpec
Data.Text.Format.Numbers
default-language: Haskell2010