packages feed

hsparql-0.1.2: hsparql.cabal

Name:          hsparql
Homepage:      https://github.com/robstewart57/hsparql
Version:       0.1.2
Synopsis:      A SPARQL query generator and DSL, and a client to query a SPARQL server.
Category:      Database
Description:
    hsparql includes a DSL to easily create queries, as well as methods to
    submit those queries to a SPARQL server, returning the results as simple
    Haskell data structures.

    Example queries are included in the tests:
      <https://github.com/robstewart57/hsparql/blob/master/tests/DBPedia.hs>.
License:       BSD3
License-file:  LICENSE
Author:        Jeff Wheeler
Maintainer:    Rob Stewart <robstewart57@gmail.com>
Stability:     Experimental
Build-type:    Simple


Build-depends: base >= 4 && < 5
Build-depends: HTTP >= 4
Build-depends: mtl
Build-depends: xml
Build-depends: rdf4h
Build-depends: bytestring
Build-depends: network

Exposed-modules: Database.HSparql.Connection
                 Database.HSparql.QueryGenerator