switcheroo

This commit is contained in:
nek0 2018-03-19 21:52:33 +01:00
parent ecb4ba0f1e
commit c4b39076b8
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ module Model where
import ClassyPrelude.Yesod import ClassyPrelude.Yesod
import Database.Persist.Quasi import Database.Persist.Quasi
import Text.Markdown import Text.Markdown
import Yesod.Markdown () import Yesod.Text.Markdown ()
import qualified System.FilePath as FP import qualified System.FilePath as FP
import Licence import Licence

View File

@ -114,8 +114,8 @@ library
, crypto-api >= 0.13 , crypto-api >= 0.13
, cryptonite , cryptonite
-- , imagemagick -- , imagemagick
, yesod-markdown >= 0.10 -- , yesod-markdown >= 0.10
-- , yesod-text-markdown >= 0.1.8 , yesod-text-markdown >= 0.1.8
, markdown , markdown
, blaze-markup >= 0.7 , blaze-markup >= 0.7
, wai >= 3.0 , wai >= 3.0