From ecb4ba0f1ec2d3a9d4a30976035002b41abb9fa8 Mon Sep 17 00:00:00 2001 From: nek0 Date: Mon, 19 Mar 2018 21:51:14 +0100 Subject: [PATCH] move to yesod-markdown --- Model.hs | 2 +- eidolon.cabal | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Model.hs b/Model.hs index 95601e0..87cd39f 100755 --- a/Model.hs +++ b/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 diff --git a/eidolon.cabal b/eidolon.cabal index af716d4..7308767 100755 --- a/eidolon.cabal +++ b/eidolon.cabal @@ -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)