rdf 0.1.0.3 → 0.1.0.4
raw patch · 3 files changed
+7/−4 lines, 3 filesdep ~dlistPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: dlist
API changes (from Hackage documentation)
Files
- ChangeLog.md +3/−0
- README.md +1/−1
- rdf.cabal +3/−3
ChangeLog.md view
@@ -1,3 +1,6 @@+# 0.1.0.4+- Bumb dependency versions.+ # 0.1.0.3 - Bumb dependency versions.
README.md view
@@ -1,4 +1,4 @@-# rdf+# rdf [](https://circleci.com/gh/TravisWhitaker/rdf/tree/master) Data structures, parsers, and encoders for RDF data sets based on the RDF 1.1 abstract syntax and RFC 3987. The interface is intended to support incremental
rdf.cabal view
@@ -1,5 +1,5 @@ name: rdf-version: 0.1.0.3+version: 0.1.0.4 synopsis: Representation and Incremental Processing of RDF Data description: Data structures, parsers, and encoders for RDF data sets based on the@@ -27,11 +27,11 @@ , Data.RDF.Parser.NQuads , Data.RDF.ToRDF other-modules: Data.RDF.Internal- build-depends: base >=4.8 && < 5.0+ build-depends: base >=4.11 && < 5.0 , attoparsec >=0.13 && <0.14 , bytestring >=0.10 && <0.11 , deepseq >=1.4 && <1.5- , dlist >= 0.7 && <0.9+ , dlist >= 0.7 && <1.1 , fgl >=5.5 && <5.8 , text >=1.2 && <1.3 , transformers >=0.4 && <0.6