move to yesod-markdown
This commit is contained in:
parent
1dbcab8966
commit
ecb4ba0f1e
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.Text.Markdown ()
|
||||
import Yesod.Markdown ()
|
||||
import qualified System.FilePath as FP
|
||||
import Licence
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue