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,5 +1,4 @@
|
|||
-- Server implementation based on Happstack
|
||||
|
||||
{-# LANGUAGE RecordWildCards, ScopedTypeVariables, OverloadedStrings, FlexibleContexts #-}
|
||||
module Server where
|
||||
|
||||
import Control.Applicative (optional)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue