Cabal revisions of number-show-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- 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+-- 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 +x-revision: 1 +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 && <5 + , microlens >=0.4 && <0.5 + , microlens-th + -- hs-source-dirs: + default-language: Haskell2010
revision 2
name: number-show version: 0.1.0.0 -x-revision: 1 +x-revision: 2 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 +maintainer: (@) jsag $ hvl.no -- copyright: category: Text build-type: Simple