From 2ec3596c56359811fd596d1bcec831afd2875d00 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Thu, 5 Jul 2018 15:34:32 +0300 Subject: [PATCH] Add generic/Generic.lhs to cookbook/index.rst --- doc/cookbook/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/cookbook/index.rst b/doc/cookbook/index.rst index 93322c91..c0bc9573 100644 --- a/doc/cookbook/index.rst +++ b/doc/cookbook/index.rst @@ -18,6 +18,7 @@ you name it! :maxdepth: 1 structuring-apis/StructuringApis.lhs + generic/Generic.lhs https/Https.lhs db-sqlite-simple/DBConnection.lhs db-postgres-pool/PostgresPool.lhs