From 084e392672914dfbdf9206c5cd2f13b58ef2b785 Mon Sep 17 00:00:00 2001 From: Nikita Volkov Date: Wed, 6 Nov 2019 02:26:57 +0300 Subject: [PATCH] Add a refence to docs --- hasql.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hasql.cabal b/hasql.cabal index d94a0a4..ea6f26d 100644 --- a/hasql.cabal +++ b/hasql.cabal @@ -3,7 +3,9 @@ version: 1.4 category: Hasql, Database, PostgreSQL synopsis: An efficient PostgreSQL driver with a flexible mapping API description: - This package is the root of the \"hasql\" ecosystem. + Root of the \"hasql\" ecosystem. + For details and tutorials see + . . The API comes free from all kinds of exceptions. All error-reporting is explicit and is presented using the 'Either' type. homepage: https://github.com/nikita-volkov/hasql