roman-numerals 0.5.1.2 → 0.5.1.3
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~text
Dependency ranges changed: text
Files
- LICENSE +1/−1
- roman-numerals.cabal +3/−3
LICENSE view
@@ -1,4 +1,4 @@-Copyright 2009–2011 Roel van Dijk+Copyright 2009–2014 Roel van Dijk All rights reserved.
roman-numerals.cabal view
@@ -1,11 +1,11 @@ name: roman-numerals-version: 0.5.1.2+version: 0.5.1.3 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–2012 Roel van Dijk+copyright: 2009–2014 Roel van Dijk license: BSD3 license-file: LICENSE homepage: https://github.com/roelvandijk/roman-numerals@@ -26,6 +26,6 @@ build-depends: base >= 3.0.3.1 && < 4.7 , base-unicode-symbols >= 0.1.1 && < 0.3 , bytestring >= 0.9.1 && < 0.11- , text >= 0.11 && < 0.12+ , text >= 0.11 && < 1.2 exposed-modules: Text.Numeral.Roman ghc-options: -Wall