packages feed

swish 0.10.0.6 → 0.10.0.7

raw patch · 3 files changed

+15/−7 lines, 3 filesdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: time

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,3 +1,7 @@+0.10.0.7:++  Support time 1.13 release.+ 0.10.0.6:    Support recent time, network-uri, and semigroups releases.
README.md view
@@ -1,4 +1,8 @@ +[![Hackage](https://img.shields.io/hackage/v/swish.svg)](https://hackage.haskell.org/package/swish)+[![Pipeline status](https://gitlab.com/dburke/swish/badges/main/pipeline.svg)](https://gitlab.com/dburke/swish/-/commits/main)+[![Dependencies status](https://img.shields.io/hackage-deps/v/swish.svg)](http://packdeps.haskellers.com/feed?needle=swish)+ # Introduction  Swish - which stands for Semantic Web Inference Scripting in Haskell -@@ -30,10 +34,10 @@  # Aim -Current development is based on my own needs, which are more about-using this as a RDF library for I/O with limited querying rather than-for inferencing or use as a flexible graph-processing library-(e.g. for extensions to non-RDF models).+Current development has essentially stalled - I was using this as a+RDF library for I/O with limited querying rather than for inferencing+or use as a flexible graph-processing library (e.g. for extensions to+non-RDF models) - but that project has stopped.  # Copyright 
swish.cabal view
@@ -1,5 +1,5 @@ Name:               swish-Version:            0.10.0.6+Version:            0.10.0.7 Stability:          experimental License:            LGPL-2.1 License-file:       LICENSE @@ -9,7 +9,7 @@ Category:           Semantic Web Synopsis:           A semantic web toolkit.  -Tested-With:        GHC==8.8.4+Tested-With:        GHC==8.10.7 Cabal-Version:      1.18 Homepage:           https://gitlab.com/dburke/swish Bug-reports:        https://gitlab.com/dburke/swish/issues@@ -108,7 +108,7 @@       text >= 0.11 && < 1.3,       -- I don't think 1.9.0 will work and it was quickly replaced       -- so do not support it           -      time (>= 1.1 && < 1.9) || (>= 1.9.1 && < 1.12)+      time (>= 1.1 && < 1.9) || (>= 1.9.1 && < 1.14)     if flag(network-uri)      build-depends: network-uri >= 2.6 && < 2.8