roman-numerals 0.5.1.4 → 0.5.1.5
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- roman-numerals.cabal +2/−2
roman-numerals.cabal view
@@ -1,5 +1,5 @@ name: roman-numerals-version: 0.5.1.4+version: 0.5.1.5 cabal-version: >= 1.6 build-type: Simple stability: stable@@ -26,6 +26,6 @@ build-depends: base >= 4 && < 5 , base-unicode-symbols >= 0.1.1 && < 0.3 , bytestring >= 0.9.1 && < 0.11- , text >= 0.11 && < 1.2+ , text >= 0.11 && < 1.3 exposed-modules: Text.Numeral.Roman ghc-options: -Wall