packages feed

roman-numerals 0.5.1 → 0.5.1.1

raw patch · 1 files changed

+5/−3 lines, 1 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

roman-numerals.cabal view
@@ -1,13 +1,15 @@ name:          roman-numerals-version:       0.5.1+version:       0.5.1.1 cabal-version: >= 1.6 build-type:    Simple stability:     stable author:        Roel van Dijk <vandijk.roel@gmail.com> maintainer:    Roel van Dijk <vandijk.roel@gmail.com>-copyright:     2009–2011 Roel van Dijk+copyright:     2009–2012 Roel van Dijk license:       BSD3 license-file:  LICENSE+homepage:      https://github.com/roelvandijk/roman-numerals+bug-reports:   https://github.com/roelvandijk/roman-numerals/issues category:      Numerical, Parsing synopsis:      Parsing and pretty printing of Roman numerals description:@@ -21,7 +23,7 @@   location: git://github.com/roelvandijk/roman-numerals.git  library-  build-depends: base                 >= 3.0.3.1 && < 4.5+  build-depends: base                 >= 3.0.3.1 && < 4.6                , base-unicode-symbols >= 0.1.1   && < 0.3                , bytestring           >= 0.9.1   && < 0.10                , text                 >= 0.11    && < 0.12