From b8a6ff5c2652b513205f16cebe988e60475b9720 Mon Sep 17 00:00:00 2001 From: Harald Steinlechner Date: Sat, 19 May 2012 12:39:46 +0200 Subject: [PATCH] fixed bug in mate.cabal '.' should be in include dir not included itself --- mate.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mate.cabal b/mate.cabal index cd2bc72..4ce578e 100644 --- a/mate.cabal +++ b/mate.cabal @@ -67,7 +67,7 @@ extensions: extra-libraries: extra-lib-dirs: includes: -install-includes: . +install-includes: include-dirs: "." hs-source-dirs: other-modules: -- 2.25.1