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 Database.Persist.Quasi
import Text.Markdown
import Yesod.Markdown ()
import Yesod.Text.Markdown ()
import qualified System.FilePath as FP
import Licence

View File

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