byline 0.3.1.0 → 0.3.2.0
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~containersPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: containers
API changes (from Hackage documentation)
- System.Console.Byline.Stylized: instance Data.Semigroup.Semigroup System.Console.Byline.Stylized.Stylized
+ System.Console.Byline.Stylized: instance GHC.Base.Semigroup System.Console.Byline.Stylized.Stylized
- System.Console.Byline: (<>) :: Monoid m => m -> m -> m
+ System.Console.Byline: (<>) :: Semigroup a => a -> a -> a
Files
- CHANGES.md +4/−0
- byline.cabal +2/−2
CHANGES.md view
@@ -1,5 +1,9 @@ # Version History +## 0.3.2.0 (October 09, 2018)++ - Update dependency bounds+ ## 0.3.1.0 (March 20, 2018) - Update dependency bounds
byline.cabal view
@@ -1,6 +1,6 @@ -------------------------------------------------------------------------------- name: byline-version: 0.3.1.0+version: 0.3.2.0 synopsis: Library for creating command-line interfaces (colors, menus, etc.) homepage: http://github.com/pjones/byline bug-reports: http://github.com/pjones/byline/issues@@ -75,7 +75,7 @@ build-depends: base >= 4.7 && < 5.0 , ansi-terminal >= 0.6 && < 0.9 , colour >= 2.3 && < 2.4- , containers >= 0.5 && < 0.6+ , containers >= 0.5 && < 0.7 , exceptions >= 0.8 && < 0.11 , haskeline >= 0.7 && < 0.8 , mtl >= 2.1 && < 2.3