Skip to content
Snippets Groups Projects
Commit 346d78f0 authored by Justin Leitgeb's avatar Justin Leitgeb
Browse files

Fix build for GHC 7.10

parent 6a96c342
No related branches found
No related tags found
No related merge requests found
> {-# LANGUAGE CPP #-}
> module Data.DateTime where
> import Data.Fixed (div')
......@@ -9,7 +11,11 @@
> import Data.Time.LocalTime
> -- import Database.HDBC
> import Numeric (fromRat)
> #if ! MIN_VERSION_time(1,5,0)
> import System.Locale
> #endif
> import System.Time hiding (toClockTime)
> import Test.QuickCheck
......
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