use proper GHC version number. 704 means 7.4
This commit is contained in:
parent
64a52a1f49
commit
6c406f89d5
2
scripts
2
scripts
@ -1 +1 @@
|
|||||||
Subproject commit 6c10efccbad0cf12be2339171d931aeb035ef5dd
|
Subproject commit 6a95e0a8dbc1b3d26d58c1eaadf24d1bdaa48c8b
|
||||||
@ -6,7 +6,7 @@ module Import
|
|||||||
, module Data.Monoid
|
, module Data.Monoid
|
||||||
, module Control.Applicative
|
, module Control.Applicative
|
||||||
, Text
|
, Text
|
||||||
#if __GLASGOW_HASKELL__ < 740
|
#if __GLASGOW_HASKELL__ < 704
|
||||||
, (<>)
|
, (<>)
|
||||||
#endif
|
#endif
|
||||||
) where
|
) where
|
||||||
@ -19,7 +19,7 @@ import Control.Applicative ((<$>), (<*>), pure)
|
|||||||
import Data.Text (Text)
|
import Data.Text (Text)
|
||||||
import Settings.StaticFiles
|
import Settings.StaticFiles
|
||||||
|
|
||||||
#if __GLASGOW_HASKELL__ < 740
|
#if __GLASGOW_HASKELL__ < 704
|
||||||
infixr 5 <>
|
infixr 5 <>
|
||||||
(<>) :: Monoid m => m -> m -> m
|
(<>) :: Monoid m => m -> m -> m
|
||||||
(<>) = mappend
|
(<>) = mappend
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user