diff --git a/hsparql.cabal b/hsparql.cabal
--- a/hsparql.cabal
+++ b/hsparql.cabal
@@ -1,11 +1,14 @@
 Name:          hsparql
-Version:       0.1
+Version:       0.1.1
 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:
+      <http://community.haskell.org/~jeffwheeler/hsparql/tests/DBPedia.hs>.
 License:       BSD3
 License-file:  LICENSE
 Author:        Jeff Wheeler
