-- Initial number-show.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: number-show version: 0.1.0.0 synopsis: Flexible and accurate (for a given precision) numerical->string conversion -- description: license: GPL-3 license-file: LICENSE author: Justus Sagemüller maintainer: (@) jsagemue $ uni-koeln.de -- copyright: category: Text build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Text.Show.Number -- other-modules: other-extensions: FlexibleInstances build-depends: base >=4.8 && <4.9 , microlens >=0.4 && <0.5 , microlens-th -- hs-source-dirs: default-language: Haskell2010