fixing cabal macro.

This commit is contained in:
Kazu Yamamoto 2014-04-03 10:22:29 +09:00
parent 172645aa9f
commit 246ea5e2c9

View File

@ -14,7 +14,7 @@
module Main where module Main where
#ifndef MIN_VERSION_containers #ifndef MIN_VERSION_containers
#define MIN_VERSION_containers 1 #define MIN_VERSION_containers(x,y,z) 1
#endif #endif
import Control.Applicative ((<$>)) import Control.Applicative ((<$>))