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 ClassyPrelude.Yesod
|
||||||
import Database.Persist.Quasi
|
import Database.Persist.Quasi
|
||||||
import Text.Markdown
|
import Text.Markdown
|
||||||
import Yesod.Markdown ()
|
import Yesod.Text.Markdown ()
|
||||||
import qualified System.FilePath as FP
|
import qualified System.FilePath as FP
|
||||||
import Licence
|
import Licence
|
||||||
|
|
||||||
|
|
|
@ -114,8 +114,8 @@ library
|
||||||
, crypto-api >= 0.13
|
, crypto-api >= 0.13
|
||||||
, cryptonite
|
, cryptonite
|
||||||
-- , imagemagick
|
-- , imagemagick
|
||||||
, yesod-markdown >= 0.10
|
-- , yesod-markdown >= 0.10
|
||||||
-- , yesod-text-markdown >= 0.1.8
|
, yesod-text-markdown >= 0.1.8
|
||||||
, markdown
|
, markdown
|
||||||
, blaze-markup >= 0.7
|
, blaze-markup >= 0.7
|
||||||
, wai >= 3.0
|
, wai >= 3.0
|
||||||
|
|
Loading…
Reference in a new issue