From be9d8171140d68070caa9360f213fa28395705bc Mon Sep 17 00:00:00 2001 From: Robert Soeldner Date: Wed, 15 Aug 2018 10:17:49 +0200 Subject: [PATCH] Fix #39 `ProgramSearchPath` first included in cabal 1.18 --- HDBC-postgresql.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HDBC-postgresql.cabal b/HDBC-postgresql.cabal index 802e2f4..727c3c7 100644 --- a/HDBC-postgresql.cabal +++ b/HDBC-postgresql.cabal @@ -17,8 +17,8 @@ Description: This package provides a PostgreSQL driver for HDBC Stability: Stable Build-Type: Custom -Cabal-Version: >=1.8 +Cabal-Version: >=1.18 Flag splitBase description: Choose the new smaller, split-up package. Flag buildtests