From c1a54a89c56a289dfb8d71ac6b071be1690c0867 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Sat, 25 Jul 2020 12:56:06 +0200 Subject: [PATCH] update language extensions --- make-pages/Records.hs | 5 +---- make-pages/make-pages.cabal | 8 ++++++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/make-pages/Records.hs b/make-pages/Records.hs index a962a5a..d58c5d2 100644 --- a/make-pages/Records.hs +++ b/make-pages/Records.hs @@ -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 diff --git a/make-pages/make-pages.cabal b/make-pages/make-pages.cabal index ad93ad7..5b0cc94 100644 --- a/make-pages/make-pages.cabal +++ b/make-pages/make-pages.cabal @@ -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,