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 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
|
||||||
|
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue