rdf 0.1.0.4 → 0.1.0.5
raw patch · 2 files changed
+7/−4 lines, 2 filesdep ~attoparsecdep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: attoparsec, bytestring
API changes (from Hackage documentation)
Files
- ChangeLog.md +3/−0
- rdf.cabal +4/−4
ChangeLog.md view
@@ -1,3 +1,6 @@+# 0.1.0.5+- Bumb dependency versions.+ # 0.1.0.4 - Bumb dependency versions.
rdf.cabal view
@@ -1,5 +1,5 @@ name: rdf-version: 0.1.0.4+version: 0.1.0.5 synopsis: Representation and Incremental Processing of RDF Data description: Data structures, parsers, and encoders for RDF data sets based on the@@ -12,7 +12,7 @@ license-file: LICENSE author: Travis Whitaker maintainer: pi.boy.travis@gmail.com-copyright: Travis Whitaker 2016+copyright: Travis Whitaker 2016-2012 category: Data build-type: Simple extra-source-files: ChangeLog.md, README.md@@ -28,8 +28,8 @@ , Data.RDF.ToRDF other-modules: Data.RDF.Internal build-depends: base >=4.11 && < 5.0- , attoparsec >=0.13 && <0.14- , bytestring >=0.10 && <0.11+ , attoparsec >=0.13 && <0.14.2+ , bytestring >=0.10 && <0.11.2 , deepseq >=1.4 && <1.5 , dlist >= 0.7 && <1.1 , fgl >=5.5 && <5.8