packages feed

core-program 0.2.4.4 → 0.2.4.5

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~prettyprinterPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: prettyprinter

API changes (from Hackage documentation)

- Core.Program.Arguments: instance Data.Text.Prettyprint.Doc.Internal.Pretty Core.Program.Arguments.LongName
+ Core.Program.Arguments: instance Prettyprinter.Internal.Pretty Core.Program.Arguments.LongName

Files

core-program.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 352765617db63609f3618a736b669701cdd9251b00a8eaa9d98d5b86525df594+-- hash: 8dc61390fa8f607454dee014554b87586d09684c923fab5e4dfe28a48763a18e  name:           core-program-version:        0.2.4.4+version:        0.2.4.5 synopsis:       Opinionated Haskell Interoperability description:    A library to help build command-line programs, both tools and                 longer-running daemons.@@ -67,7 +67,7 @@     , hashable >=1.2 && <1.4     , hourglass     , mtl-    , prettyprinter >=1.2.1.1 && <1.7+    , prettyprinter >=1.2.1.1 && <1.8     , prettyprinter-ansi-terminal     , safe-exceptions     , stm