packages feed

digit 0.14 → 0.15

raw patch · 2 files changed

+11/−7 lines, 2 filesdep ~basedep ~lensdep ~parsersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, lens, parsers, scientific, semigroupoids

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,3 +1,7 @@+0.15++* Widen version bounds.+ 0.14  * Fix export for `DecDigitNoZero`.
digit.cabal view
@@ -1,5 +1,5 @@ name:               digit-version:            0.14+version:            0.15 license:            BSD3 license-file:       LICENCE author:             System F <nɐ˙ɯoɔ˙ɟɯǝʇsʎs@ǝpoɔ>@@ -14,7 +14,7 @@ cabal-version:      >= 1.10 build-type:         Simple extra-source-files: CONTRIBUTORS, changelog.md-tested-with:        GHC == 8.6.1, GHC == 8.4.3, GHC == 8.2.2, GHC == 8.0.2, GHC == 7.10.3+tested-with:        GHC == 9.8.1, GHC == 9.6.3, GHC == 9.4.7, GHC == 9.0.2, GHC == 8.6.1, GHC == 8.4.3, GHC == 8.2.2, GHC == 8.0.2, GHC == 7.10.3 description:   <<https://system-f.gitlab.io/logo/systemf-450x450.jpg>>   .@@ -29,13 +29,13 @@                     Haskell2010    build-depends:-                    base               >= 4.8 && < 5-                    , lens             >= 4.0 && < 5.2-                    , parsers          >= 0.12.3 && < 0.13+                    base               >= 4.8 && < 6+                    , lens             >= 4.0 && < 6+                    , parsers          >= 0.12.3 && < 1                     , semigroups       >= 0.12 && < 1.0                     , template-haskell >= 2.8 && < 3-                    , semigroupoids    >= 5 && < 6-                    , scientific       >= 0.3 && < 0.4+                    , semigroupoids    >= 5 && < 7+                    , scientific       >= 0.3 && < 1    ghc-options:                     -Wall