switcheroo
This commit is contained in:
parent
ecb4ba0f1e
commit
c4b39076b8
2 changed files with 3 additions and 3 deletions
2
Model.hs
2
Model.hs
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue