< 7.4, not <= 7.4 for (<>)
This commit is contained in:
parent
42cfed8c81
commit
3290f5339e
@ -6,7 +6,7 @@ module Import
|
||||
, module Control.Applicative
|
||||
, module Settings.StaticFiles
|
||||
, Text
|
||||
#if __GLASGOW_HASKELL__ <= 740
|
||||
#if __GLASGOW_HASKELL__ < 740
|
||||
, (<>)
|
||||
#endif
|
||||
) where
|
||||
@ -19,7 +19,7 @@ import Control.Applicative ((<$>), (<*>), pure)
|
||||
import Data.Text (Text)
|
||||
import Settings.StaticFiles
|
||||
|
||||
#if __GLASGOW_HASKELL__ <= 740
|
||||
#if __GLASGOW_HASKELL__ < 740
|
||||
infixr 5 <>
|
||||
(<>) :: Monoid m => m -> m -> m
|
||||
(<>) = mappend
|
||||
|
||||
Loading…
Reference in New Issue
Block a user