packages feed

rainbox 0.22.0.0 → 0.24.0.0

raw patch · 4 files changed

+9/−9 lines, 4 filesdep +lensdep −lens-simplePVP ok

version bump matches the API change (PVP)

Dependencies added: lens

Dependencies removed: lens-simple

API changes (from Hackage documentation)

Files

lib/Rainbox/Core.hs view
@@ -22,7 +22,7 @@ import qualified Data.Sequence as Seq import qualified Data.Text as X import qualified Data.Traversable as T-import           Lens.Simple (Lens', lens)+import           Control.Lens (Lens', lens) import           Rainbow ( Chunk , Radiant , chunk , back) import           Rainbow.Types (Chunk (_yarn)) 
package.yaml view
@@ -4,7 +4,7 @@ name: rainbox synopsis: Two-dimensional box pretty printing, with colors description: Please see README.md-version: 0.22.0.0+version: 0.24.0.0 license: BSD3 license-file: LICENSE copyright: Copyright 2014-2019 Omari Norman@@ -29,7 +29,7 @@   - containers   - rainbow   - text-  - lens-simple+  - lens  ghc-options: -Wall other-extensions: TemplateHaskell
rainbox.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 19f41a140117e6dad786ee8cc1702bb56f57187f6f52f6b2b611ea6c2e18e5a8+-- hash: 03df0d1ce1bfd0f8730e79cebec65519b5fa5fe19f0be7d8a34e45c4421e8e91  name:           rainbox-version:        0.22.0.0+version:        0.24.0.0 synopsis:       Two-dimensional box pretty printing, with colors description:    Please see README.md category:       System@@ -46,7 +46,7 @@       base >=4.11 && <5     , bytestring     , containers-    , lens-simple+    , lens     , rainbow     , text   default-language: Haskell2010@@ -71,7 +71,7 @@     , base >=4.11 && <5     , bytestring     , containers-    , lens-simple+    , lens     , rainbow     , tasty     , tasty-quickcheck@@ -98,7 +98,7 @@     , base >=4.11 && <5     , bytestring     , containers-    , lens-simple+    , lens     , rainbow     , tasty     , tasty-quickcheck
stack.yaml view
@@ -1,3 +1,3 @@ resolver: lts-14.14 extra-deps:-  - rainbow-0.32.0.0+  - rainbow-0.34.0.0