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 ((<$>))