hs-bibutils 6.3.0.1 → 6.4.0.0
raw patch · 4 files changed
+8/−3 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +5/−0
- bibutils/bibtexout.c +1/−1
- bibutils/xml.h +1/−1
- hs-bibutils.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,8 @@+# 6.4.0.0++ - Import Bibutils 6.4.++ # 6.3.0.1 - Fix MacOS X compilation.
bibutils/bibtexout.c view
@@ -684,7 +684,7 @@ int n, fstatus; n = fields_find( in, "ARTICLENUMBER", LEVEL_ANY );- if ( n==FIELDS_NOTFOUND );+ if ( n==FIELDS_NOTFOUND ) return; fields_setused( in, n ); fstatus = fields_add( out, "pages", fields_value( in, n, FIELDS_CHRP ), LEVEL_MAIN );
bibutils/xml.h view
@@ -37,7 +37,7 @@ int xml_has_attribute ( xml *node, const char *attribute, const char *attribute_value ); char * xml_parse ( char *p, xml *onode ); -extern char * xml_pns; /* global Namespace */+extern char * xml_pns; /* global Namespace */ #endif
hs-bibutils.cabal view
@@ -1,5 +1,5 @@ name: hs-bibutils-version: 6.3.0.1+version: 6.4.0.0 homepage: https://github.com/wilx/hs-bibutils synopsis: Haskell bindings to bibutils, the bibliography