Up to [cvs.NetBSD.org] / pkgsrc / databases / hs-direct-sqlite
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Thu Jan 26 08:53:08 2023 UTC (3 days, 9 hours ago) by pho
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +3 -4
lines
Diff to previous 1.4 (colored)
devel/hs-pretty-simple: Update to 4.1.2.0 4.1.2.0 * Fix a problem with the pHPrint function incorrectly outputting a trailing newline to stdout, instead of the handle you pass it. #118 * Add a web app where you can play around with pretty-simple in your browser. #116. This took a lot of hard work by @georgefst! 4.1.1.0 * Make the pretty-printed output with outputOptionsCompact enabled a little more compact. #110. Thanks @juhp! * Add a --compact / -C flag to the pretty-simple executable that enables outputOptionsCompact. #111. Thanks again @juhp! * Add pTraceWith and pTraceShowWith to Debug.Pretty.Simple. #104. Thanks @LeviButcher! 4.1.0.0 * Fix a regression which arose in 4.0, whereby excess spaces would be inserted for unusual strings like dates and IP addresses. #105 * Attach warnings to debugging functions, so that they're easy to find and remove. #103 * Some minor improvements to the CLI tool: - Add a --version/-v flag. #83 - Add a trailing newline. #87 - Install by default, without requiring a flag. #94
Revision 1.4 / (download) - annotate - [select for diffs], Wed Nov 23 16:18:34 2022 UTC (2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
massive revision bump after textproc/icu update
Revision 1.3 / (download) - annotate - [select for diffs], Fri Aug 19 11:43:50 2022 UTC (5 months, 1 week ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
hs-*sqlite*: propagate sqlite3 dependency in bl3.mk seems to be needed for devel/hs-hiedb
Revision 1.2 / (download) - annotate - [select for diffs], Sat Feb 26 03:57:45 2022 UTC (11 months ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
Revision 1.1 / (download) - annotate - [select for diffs], Wed Feb 16 09:42:21 2022 UTC (11 months, 1 week ago) by pho
Branch: MAIN
databases/hs-direct-sqlite: import hs-direct-sqlite-2.3.26 This package is not very different from the other SQLite3 bindings out there, but it fixes a few deficiencies I was finding. As compared to bindings-sqlite3, it is slightly higher-level, in that it supports marshalling of data values to and from the database. In particular, it supports strings encoded as UTF8, and BLOBs represented as ByteStrings.