From 246ea5e2c9d9c79a72a3dfb05c72f6b5d0f6e0c7 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Thu, 3 Apr 2014 10:22:29 +0900 Subject: [PATCH] fixing cabal macro. --- src/GHCModi.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GHCModi.hs b/src/GHCModi.hs index 6139778..d105092 100644 --- a/src/GHCModi.hs +++ b/src/GHCModi.hs @@ -14,7 +14,7 @@ module Main where #ifndef MIN_VERSION_containers -#define MIN_VERSION_containers 1 +#define MIN_VERSION_containers(x,y,z) 1 #endif import Control.Applicative ((<$>))