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

View file

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