refactor(tazblog): Move required GHC extensions into source
Necessary because Cabal is going away.
This commit is contained in:
parent
d26cf3d806
commit
407a65b9ba
5 changed files with 49 additions and 25 deletions
|
|
@ -1,3 +1,4 @@
|
|||
{-# LANGUAGE RecordWildCards #-}
|
||||
module RSS (renderFeed) where
|
||||
|
||||
import qualified Data.Text as T
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue