Skip to content
Snippets Groups Projects
Commit 5cd5490e authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Restore compat for GHC 7.8

Restoring support for GHC 7.6 would require more work due to MkFixed

This renders #41 obsolete
parent 409d7a01
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