Path to this page:
./
databases/hs-direct-sqlite,
Low-level binding to SQLite3 including UTF8 and BLOB support
Branch: CURRENT,
Version: 2.3.29nb5,
Package name: hs-direct-sqlite-2.3.29nb5,
Maintainer: pkgsrc-usersThis 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.
Required to run:[
lang/ghc94]
Master sites:
Filesize: 2473.993 KB
Version history: (Expand)
- (2024-11-15) Updated to version: hs-direct-sqlite-2.3.29nb5
- (2024-11-01) Updated to version: hs-direct-sqlite-2.3.29nb4
- (2024-11-01) Updated to version: hs-direct-sqlite-2.3.29nb3
- (2024-05-29) Updated to version: hs-direct-sqlite-2.3.29nb2
- (2024-05-09) Updated to version: hs-direct-sqlite-2.3.29nb1
- (2024-04-29) Updated to version: hs-direct-sqlite-2.3.29
CVS history: (Expand)
2024-04-29 04:33:36 by Masatake Daimon | Files touched by this commit (4) |
Log message:
databases/hs-direct-sqlite: Update to 2.3.29
Upstream provides no release notes.
|
2023-11-23 12:02:21 by Thomas Klausner | Files touched by this commit (1) |
Log message:
hs-direct-sqlite: require sqlite 3.32 for SQLITE_IOERR_DATA
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141) |
Log message:
Revbump all Haskell after updating lang/ghc96
|
2023-10-26 15:15:58 by Masatake Daimon | Files touched by this commit (4) |
Log message:
databases/hs-direct-sqlite: Update to 2.3.28
v2.3.28:
* Upgrade embedded sqlite library to 3.41.0.
|
2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988) |
Log message:
Bump Haskell packages after updating lang/ghc94
|
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message:
revbump after textproc/icu update
|
2023-01-26 09:53:08 by Masatake Daimon | Files touched by this commit (5) |
Log message:
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
|