packages feed

ordinal 0.1.0.0 → 0.1.1.0

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~template-haskell

Dependency ranges changed: template-haskell

Files

CHANGELOG.md view
@@ -5,4 +5,4 @@ ## Version 0.1.0.0  The first version that is deployed on Hackage. This version contains-`toCardinal` and `toOrdinal` functions for /Dutch/, /English/ and /French/.+`toCardinal` and `toOrdinal` functions for *Dutch*, *English* and *French*.
ordinal.cabal view
@@ -1,5 +1,5 @@ name:                ordinal-version:             0.1.0.0+version:             0.1.1.0 synopsis:            Convert numbers to words in different languages. description:     A package based on Python's num2words package that converts numbers@@ -38,7 +38,7 @@   build-depends:       base >= 4.7 && < 5     , text >= 0.1-    , template-haskell >=2.15.0.0+    , template-haskell >=2.2.0.0     , containers >=0.5     , vector >= 0.7   default-language:    Haskell2010