fixing cabal macro.

This commit is contained in:
Kazu Yamamoto 2014-04-03 10:22:29 +09:00
parent 172645aa9f
commit 246ea5e2c9
1 changed files with 1 additions and 1 deletions

View File

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