~singpolyma/haskell-libxml-sax

Include stdlib.h

Required for build with newer gcc
Run test suite from main cabal
8e8ba2a7 — John Millikin 10 years ago
Remove maximum dependency version on text.

Bump version to 0.7.5.
c87b7fca — John Millikin 10 years ago
Update source repository locations.
99ec0aed — John Millikin 11 years ago
Bump version to 0.7.4.
f93a9ad0 — John Millikin 11 years ago
Free parser input streams in parseComplete.

These buffers can be quite large, so if they are retained until the 
Haskell garbage collector runs hslibxml_free_parser, then memory
use might become very large when parsing many documents in a loop.

Fixes a memory growth issue reported by Bram Schuur.
88679308 — John Millikin 12 years ago
Fix source repository locations.
e9713d22 — John Millikin 12 years ago
Build with GHC 7.6.
ba9fe193 — John Millikin 12 years ago
Convert tests from test-framework to Chell.
d0cc8be3 — John Millikin 12 years ago
Move sources into lib/ and cbits/ directories. Remove old scripts/ dir.
8d666031 — John Millikin 12 years ago
Clean up cabal file, update homepage and repository links.
2bc1a550 — John Millikin 12 years ago
Remove maximum version limit on "bytestring".

Bump version to 0.7.3.
ef9b14eb — John Millikin 13 years ago
Support building in GHC 6.10
6c5566c3 — John Millikin 13 years ago
Handle magic entity references like ``&`` in attribute values when
reference preservation is enabled.
5946d5ac — John Millikin 13 years ago
Version 0.7
ba5bd1f6 — John Millikin 13 years ago
Add haddock docs
56f47914 — John Millikin 13 years ago
Use ``unsafeUseAsCString`` in ``withUTF8``
dba80d76 — John Millikin 13 years ago
stylistic
0f4c0960 — John Millikin 13 years ago
Add a test that entity references in attribute content is expanded properly.
Next