diff options
author | Vincent Ambo <tazjin@google.com> | 2019-07-04T15·05+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-07-04T15·05+0100 |
commit | 407a65b9ba7e0ffb89fc1a5322366906efec721c (patch) | |
tree | b11c9c6373e86b78714410700c134508b37f11b5 /services/tazblog/src/RSS.hs | |
parent | d26cf3d806e33ed678878733e2c40bb09e9b15c9 (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.hs | 1 |
1 files changed, 1 insertions, 0 deletions
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 |