From 407a65b9ba7e0ffb89fc1a5322366906efec721c Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 4 Jul 2019 16:05:02 +0100 Subject: refactor(tazblog): Move required GHC extensions into source Necessary because Cabal is going away. --- services/tazblog/src/RSS.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'services/tazblog/src/RSS.hs') diff --git a/services/tazblog/src/RSS.hs b/services/tazblog/src/RSS.hs index 34804cbf0a55..1cfdc7111ef2 100644 --- a/services/tazblog/src/RSS.hs +++ b/services/tazblog/src/RSS.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE RecordWildCards #-} module RSS (renderFeed) where import qualified Data.Text as T -- cgit 1.4.1