mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
Remove !MIN_VERSION_time(1,5,0) conditional
The cabal file and stackage resolver says that time is `>= 1.5.0` anyway.
This commit is contained in:
parent
d364a5d0a7
commit
57fd6b8a1b
3
Echo.hs
3
Echo.hs
@ -11,9 +11,6 @@ module Echo where
|
|||||||
|
|
||||||
import Control.Concurrent.MVar
|
import Control.Concurrent.MVar
|
||||||
import Control.Monad.Trans (MonadIO(..))
|
import Control.Monad.Trans (MonadIO(..))
|
||||||
#if !MIN_VERSION_time(1,5,0)
|
|
||||||
import System.Locale
|
|
||||||
#endif
|
|
||||||
import Data.Time
|
import Data.Time
|
||||||
import Language.Haskell.TH
|
import Language.Haskell.TH
|
||||||
import Language.Haskell.TH.Lift
|
import Language.Haskell.TH.Lift
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user