Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Aug 24, 2016
1 parent 31dce5f commit 08e7c10
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion Blog.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import Data.Text (Text, pack)
import Yesod.Core (PathPiece (..))
import Data.Yaml
import Control.Monad (mzero)
import Control.Applicative
import qualified Filesystem.Path.CurrentOS as F
import Data.Time
import Data.Map (Map)
Expand Down
2 changes: 2 additions & 0 deletions Handler/Blog.hs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ getFeedR = do
, feedUpdated = postTime f
, feedEntries = entries
, feedAuthor = "Yesod Web Framework Team"
, feedLogo = Nothing
}
where
go (url, p) = do
Expand All @@ -97,6 +98,7 @@ getFeedR = do
, feedEntryUpdated = postTime p
, feedEntryTitle = postTitle p
, feedEntryContent = content
, feedEntryEnclosure = Nothing
}

getContent :: Post -> IO Html
Expand Down
1 change: 0 additions & 1 deletion Handler/Wiki.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module Handler.Wiki
) where

import Import
import Network.HTTP.Types (status301)
import qualified Data.Text as T

getWikiHomeR :: Handler Html
Expand Down
4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
resolver: lts-3.0
resolver: lts-6.11
image:
container:
name: snoyberg/yesodweb
base: fpco/stack-run
base: fpco/stack-run:lts-6.0
add:
config: /app/config
static: /app/static

0 comments on commit 08e7c10

Please sign in to comment.