mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
GHC 7.10 and system-filepath issues
This commit is contained in:
parent
8ffb235fda
commit
607d6faab2
2
Echo.hs
2
Echo.hs
@ -11,7 +11,9 @@ 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
|
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
|
||||||
|
|||||||
@ -102,7 +102,7 @@ library
|
|||||||
, blaze-markup >= 0.6
|
, blaze-markup >= 0.6
|
||||||
, byteable
|
, byteable
|
||||||
, bytestring >= 0.9
|
, bytestring >= 0.9
|
||||||
, classy-prelude-yesod >= 0.9.2
|
, classy-prelude-yesod >= 0.9.2 && < 0.12
|
||||||
, conduit >= 1.0
|
, conduit >= 1.0
|
||||||
, conduit-extra
|
, conduit-extra
|
||||||
, cryptohash
|
, cryptohash
|
||||||
@ -137,7 +137,7 @@ library
|
|||||||
, wai-extra >= 2.1
|
, wai-extra >= 2.1
|
||||||
, wai-logger >= 2.1
|
, wai-logger >= 2.1
|
||||||
, warp >= 2.1
|
, warp >= 2.1
|
||||||
, xml-conduit
|
, xml-conduit < 1.3
|
||||||
, yaml >= 0.8
|
, yaml >= 0.8
|
||||||
, yesod >= 1.2.5
|
, yesod >= 1.2.5
|
||||||
, yesod-auth >= 1.3
|
, yesod-auth >= 1.3
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user