packages feed

units-attoparsec-1.0: units-attoparsec.cabal

name:           units-attoparsec
version:        1.0
cabal-version:  >= 1.18
synopsis:       Attoparsec parsers for the units package
homepage:       https://github.com/jcristovao/units-attoparsec
category:       Physics
author:         João Cristóvão <jmacristovao@gmail.com>
maintainer:     João Cristóvão <jmacristovao@gmail.com>
bug-reports:    https://github.com/jcristovao/units-attoparsec/issues
stability:      experimental
--extra-source-files: README.md, CHANGES.md
license:        BSD3
license-file:   LICENSE
build-type:     Simple
description:

    This package provides parsers for the units defined in the
    @units-defs@ package, used with @units@.

    User contributions to this package are strongly encouraged. Please
    submit pull requests!

source-repository head
  type:     git
  location: https://github.com/jcristovao/units-attoparsec.git

library
  build-depends:      
        base       >= 4.7   && < 5
      , units      >= 2.3   && < 2.4
      , units-defs >= 2.0   && < 2.1
      , text       >= 1.1   && < 1.4
      , attoparsec >= 0.11  && < 0.14
      , template-haskell >= 2.8 && < 2.11

  exposed-modules:
    Data.Units.SI.Prefixes.Attoparsec.Text,
    Data.Units.SI.Units.Attoparsec.Text

  --ghc-options: -Wall
  default-language:   Haskell2010