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 #-}
|
||||
{-# LANGUAGE
|
||||
FlexibleInstances, InstanceSigs, MultiParamTypeClasses, ScopedTypeVariables,
|
||||
TypeApplications
|
||||
#-}
|
||||
{-# LANGUAGE MultiParamTypeClasses, ScopedTypeVariables, TypeApplications #-}
|
||||
module Records (HasField (..)) where
|
||||
|
||||
import GHC.Records
|
||||
|
|
|
@ -42,6 +42,14 @@ executable make-pages
|
|||
TupleSections,
|
||||
TypeSynonymInstances,
|
||||
ViewPatterns
|
||||
other-extensions:
|
||||
CPP,
|
||||
ImplicitParams,
|
||||
MultiParamTypeClasses,
|
||||
ScopedTypeVariables,
|
||||
TemplateHaskell,
|
||||
TransformListComp,
|
||||
TypeApplications
|
||||
build-depends:
|
||||
base >= 4.12.0.0 && < 4.15,
|
||||
bytestring ^>= 0.10.8.2,
|
||||
|
|
Loading…
Reference in a new issue