Skip to content
Snippets Groups Projects
Commit cc7f64b0 authored by Ashley Yakeley's avatar Ashley Yakeley
Browse files

Merge pull request #42 from hvr/pr/ghc-78-fix

Restore compat for GHC 7.8
parents 409d7a01 5cd5490e
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,9 @@ import Data.Time.LocalTime.TimeZone
import Data.Time.LocalTime.TimeOfDay
import Data.Time.LocalTime.LocalTime
#if !MIN_VERSION_base(4,8,0)
import Control.Applicative ((<$>),(<*>))
#endif
#if LANGUAGE_Rank2Types
import Control.Monad
#endif
......
......@@ -49,7 +49,7 @@ library
cpp-options: -DLANGUAGE_Rank2Types
ghc-options: -Wall -fwarn-tabs
build-depends:
base >= 4.3 && < 5,
base >= 4.7 && < 5,
deepseq >= 1.1
if os(windows)
build-depends: Win32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment