Up to [cvs.NetBSD.org] / pkgsrc / databases / hs-sqlite-simple
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Thu Jan 26 11:26:32 2023 UTC (8 days, 15 hours ago) by pho
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +2 -5
lines
Diff to previous 1.6 (colored)
databases/hs-sqlite-simple: Update to 0.4.18.2 0.4.18.2 * Depend on semigroups only for old GHC versions 0.4.18.1 * Add generic implementation of 'FromRow' and 'ToRow'.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Nov 23 16:18:35 2022 UTC (2 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
massive revision bump after textproc/icu update
Revision 1.5 / (download) - annotate - [select for diffs], Sat Aug 20 08:08:13 2022 UTC (5 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
hs*: recursive bump for new dependencies needed for hs-aeson, hs-vector
Revision 1.4 / (download) - annotate - [select for diffs], Mon Apr 18 19:10:36 2022 UTC (9 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
revbump for textproc/icu update
Revision 1.3 / (download) - annotate - [select for diffs], Sun Mar 27 15:41:11 2022 UTC (10 months, 1 week ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.2: +3 -2
lines
Diff to previous 1.2 (colored)
hs-sqlite-simple: needs -lsqlite3
Revision 1.2 / (download) - annotate - [select for diffs], Sat Feb 26 03:57:45 2022 UTC (11 months, 1 week ago) by pho
Branch: MAIN
Changes since 1.1: +2 -1
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:43:12 2022 UTC (11 months, 2 weeks ago) by pho
Branch: MAIN
databases/hs-sqlite-simple: import hs-sqlite-simple-0.4.18.0 This library is a mid-level Haskell binding to the SQLite database. Sqlite-simple provides a convenient API to sqlite that does some level of automatic data conversion between the database and Haskell types. The API has been modeled directly after postgresql-simple which in turn borrows from mysql-simple.