-
Notifications
You must be signed in to change notification settings - Fork 0
/
linguistic-ordinals.cabal
50 lines (33 loc) · 1.52 KB
/
linguistic-ordinals.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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 <http://en.wikipedia.org/wiki/Ordinal_number_(linguistics) the Wikipedia summary of linguistic ordinals>.
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