name: linguistic-ordinals -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change version: 0.1.0.2 synopsis: Express Integral types as linguistic ordinals (1st, 2nd, 3rd, etc) description: A simple library which provides suffixes for integral values, thereby effectively rendering them ordinal (from a linguistic standpoint). See also . homepage: http://github.com/argiopetech/linguistic-ordinals bug-reports: http://github.com/argiopetech/linguistic-ordinals/issues license: BSD3 license-file: LICENSE author: Elliot Robinson maintainer: elliot.robinson@argiopetech.com copyright: 2014-2017 Elliot Robinson category: Text build-type: Simple -- extra-source-files: -- Constraint on the version of Cabal needed to build this package. cabal-version: >=1.10 library exposed-modules: Text.Ordinal -- other-modules: -- other-extensions: build-depends: base >= 4.7 && < 5.0 , text >= 1.1 && < 1.3 -- hs-source-dirs: -- Base language which the package is written in. default-language: Haskell2010 source-repository head type: git location: git://github.com/argiopetech/linguistic-ordinals.git