[Git][haskell-team/DHG_packages][master] 2 commits: aeson-pretty: Add man page and correct help msg
Bastian Germann (@bage)
gitlab at salsa.debian.org
Tue Feb 10 17:07:03 GMT 2026
Bastian Germann pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
bd33a1eb by Bastian Germann at 2026-02-10T18:04:16+01:00
aeson-pretty: Add man page and correct help msg
- - - - -
61f8f0ee by Bastian Germann at 2026-02-10T18:06:31+01:00
aeson-pretty: Sourceful upload for GHC 9.10
- - - - -
5 changed files:
- + p/haskell-aeson-pretty/debian/aeson-pretty.1
- p/haskell-aeson-pretty/debian/changelog
- p/haskell-aeson-pretty/debian/control
- + p/haskell-aeson-pretty/debian/patches/help-section-sort.patch
- + p/haskell-aeson-pretty/debian/patches/series
Changes:
=====================================
p/haskell-aeson-pretty/debian/aeson-pretty.1
=====================================
@@ -0,0 +1,26 @@
+.TH AESON-PRETTY 1 2026-02-10 Debian
+.SH NAME
+aeson-pretty \- Pretty JSON, the easy way
+.SH DESCRIPTION
+Read JSON from stdin and pretty-print to stdout.
+The complementary compact-mode removes whitespace from the input.
+.SH
+OPTIONS
+.TP
+\fB\-c\fR \fB\-\-compact\fR
+Compact output.
+.TP
+\fB\-i\fR \fB\-\-indent\fR=\fI\,INT\/\fR
+Number of spaces per nesting\-level (default 4).
+.TP
+\fB\-s\fR \fB\-\-sort\fR
+Sort objects by key.
+.TP
+\-? \fB\-\-help\fR
+Display help message
+.TP
+\fB\-V\fR \fB\-\-version\fR
+Print version information
+.TP
+\fB\-\-numeric\-version\fR
+Print just the version number
=====================================
p/haskell-aeson-pretty/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-aeson-pretty (0.8.10-2) UNRELEASED; urgency=medium
+haskell-aeson-pretty (0.8.10-2) unstable; urgency=medium
+ * Team upload
+ * Add man page and correct help msg (Closes: #734206)
+
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:39 -0500
+ -- Bastian Germann <bage at debian.org> Tue, 10 Feb 2026 18:04:34 +0100
haskell-aeson-pretty (0.8.10-1) unstable; urgency=medium
=====================================
p/haskell-aeson-pretty/debian/control
=====================================
@@ -9,7 +9,7 @@ Build-Depends:
haskell-devscripts (>= 0.13),
dh-sequence-haskell,
debhelper-compat (= 13),
- ghc (>= 9.6),
+ ghc (>= 9.10),
ghc-prof,
libghc-aeson-dev (>= 1.1),
libghc-aeson-dev (<< 2.3),
=====================================
p/haskell-aeson-pretty/debian/patches/help-section-sort.patch
=====================================
@@ -0,0 +1,14 @@
+From: Bastian Germann
+Subject: Drop wrong default help description on --sort
+---
+--- haskell-aeson-pretty-0.8.10.orig/cli-tool/Main.hs
++++ haskell-aeson-pretty-0.8.10/cli-tool/Main.hs
+@@ -22,7 +22,7 @@ opts :: Options
+ opts = Opts
+ { compact = False &= help "Compact output."
+ , indent = 4 &= help "Number of spaces per nesting-level (default 4)."
+- , sort = False &= help "Sort objects by key (default: undefined order)."
++ , sort = False &= help "Sort objects by key."
+ } &= program prog
+ &= summary smry
+ &= details info
=====================================
p/haskell-aeson-pretty/debian/patches/series
=====================================
@@ -0,0 +1 @@
+help-section-sort.patch
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/b1924cbb4a216a7f954b04e9d2f28cc0b79794f7...61f8f0eea468203aa9cb3f054ce01df24bd2885c
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/b1924cbb4a216a7f954b04e9d2f28cc0b79794f7...61f8f0eea468203aa9cb3f054ce01df24bd2885c
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20260210/16758474/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list