move to yesod-markdown

This commit is contained in:
nek0 2018-03-19 21:51:14 +01:00
parent 1dbcab8966
commit ecb4ba0f1e
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.Text.Markdown ()
import Yesod.Markdown ()
import qualified System.FilePath as FP
import Licence

View File

@ -80,7 +80,7 @@ library
build-depends: base >= 4.10
, yesod >= 1.4
, yesod-core >= 1.2.12
, yesod-core >= 1.6
, yesod-static >= 1.5
, bytestring >= 0.10
, text >= 1.2
@ -148,7 +148,7 @@ library
, texmath
, fuzzy
, yesod-auth
, yesod-auth-hmac-keccak >= 0.0.0.4
, yesod-auth-hmac-keccak >= 0.0.0.5
executable eidolon
if flag(library-only)