update language extensions
This commit is contained in:
parent
87c3fa5b75
commit
c1a54a89c5
2 changed files with 9 additions and 4 deletions
|
@ -1,8 +1,5 @@
|
||||||
{-# OPTIONS_GHC -Wno-orphans #-}
|
{-# OPTIONS_GHC -Wno-orphans #-}
|
||||||
{-# LANGUAGE
|
{-# LANGUAGE MultiParamTypeClasses, ScopedTypeVariables, TypeApplications #-}
|
||||||
FlexibleInstances, InstanceSigs, MultiParamTypeClasses, ScopedTypeVariables,
|
|
||||||
TypeApplications
|
|
||||||
#-}
|
|
||||||
module Records (HasField (..)) where
|
module Records (HasField (..)) where
|
||||||
|
|
||||||
import GHC.Records
|
import GHC.Records
|
||||||
|
|
|
@ -42,6 +42,14 @@ executable make-pages
|
||||||
TupleSections,
|
TupleSections,
|
||||||
TypeSynonymInstances,
|
TypeSynonymInstances,
|
||||||
ViewPatterns
|
ViewPatterns
|
||||||
|
other-extensions:
|
||||||
|
CPP,
|
||||||
|
ImplicitParams,
|
||||||
|
MultiParamTypeClasses,
|
||||||
|
ScopedTypeVariables,
|
||||||
|
TemplateHaskell,
|
||||||
|
TransformListComp,
|
||||||
|
TypeApplications
|
||||||
build-depends:
|
build-depends:
|
||||||
base >= 4.12.0.0 && < 4.15,
|
base >= 4.12.0.0 && < 4.15,
|
||||||
bytestring ^>= 0.10.8.2,
|
bytestring ^>= 0.10.8.2,
|
||||||
|
|
Loading…
Reference in a new issue