packages feed

digit 0.10 → 0.11

raw patch · 2 files changed

+8/−4 lines, 2 filesdep ~lensPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: lens

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,3 +1,7 @@+0.11++* Update `lens` to support `< 5.2`+ 0.9  * Update base version.
digit.cabal view
@@ -1,12 +1,12 @@ name:               digit-version:            0.10+version:            0.11 license:            BSD3 license-file:       LICENCE author:             System F <nɐ˙ɯoɔ˙ɟɯǝʇsʎs@ǝpoɔ> maintainer:         System F <nɐ˙ɯoɔ˙ɟɯǝʇsʎs@ǝpoɔ> copyright:          Copyright (c) 2010-2016 NICTA Limited                     Copyright (c) 2017-2018, Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230.-                    Copyright (c) 2019-2020+                    Copyright (c) System F (System F Aerial Operations) 2019-2020 synopsis:           A data-type representing digits 0-9 and other combinations category:           Data homepage:           https://github.com/system-f/digit@@ -30,7 +30,7 @@    build-depends:                     base               >= 4.8 && < 5-                    , lens             >= 4.0 && < 5+                    , lens             >= 4.0 && < 5.2                     , parsers          >= 0.12.3 && < 0.13                     , semigroups       >= 0.12 && < 1.0                     , template-haskell >= 2.8 && < 3@@ -89,7 +89,7 @@    build-depends:                     base             >=4.8    && <4.13-                    , lens           >=4.0    && <5+                    , lens           >=4.0    && <5.2                     , ansi-wl-pprint >=0.6    && <0.7                     , hedgehog       >=0.5    && <1.1                     , tasty          >=0.11   && <1.3