fixing cabal macro.
This commit is contained in:
@@ -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 ((<$>))
|
||||
|
||||
Reference in New Issue
Block a user