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/Server.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/Server.hs')
-rw-r--r-- | services/tazblog/src/Server.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/services/tazblog/src/Server.hs b/services/tazblog/src/Server.hs index c05e3afb195e..fe26f9544252 100644 --- a/services/tazblog/src/Server.hs +++ b/services/tazblog/src/Server.hs @@ -1,5 +1,4 @@ --- Server implementation based on Happstack - +{-# LANGUAGE RecordWildCards, ScopedTypeVariables, OverloadedStrings, FlexibleContexts #-} module Server where import Control.Applicative (optional) |