about summary refs log tree commit diff
path: root/services/tazblog/src/RSS.hs
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-07-04T15·05+0100
committerVincent Ambo <tazjin@google.com>2019-07-04T15·05+0100
commit407a65b9ba7e0ffb89fc1a5322366906efec721c (patch)
treeb11c9c6373e86b78714410700c134508b37f11b5 /services/tazblog/src/RSS.hs
parentd26cf3d806e33ed678878733e2c40bb09e9b15c9 (diff)
refactor(tazblog): Move required GHC extensions into source r/25
Necessary because Cabal is going away.
Diffstat (limited to 'services/tazblog/src/RSS.hs')
-rw-r--r--services/tazblog/src/RSS.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/tazblog/src/RSS.hs b/services/tazblog/src/RSS.hs
index 34804cbf0a..1cfdc7111e 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