From 7cbf31377d8052237f826c2bdc63c4c6a66a5db6 Mon Sep 17 00:00:00 2001 From: Arash Rouhani Date: Fri, 1 Aug 2014 10:34:48 +0200 Subject: [PATCH] Acutally slacken upper bound on Text, fixes #4 --- yesod-text-markdown.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yesod-text-markdown.cabal b/yesod-text-markdown.cabal index 80aaffc..41dd9ca 100644 --- a/yesod-text-markdown.cabal +++ b/yesod-text-markdown.cabal @@ -1,5 +1,5 @@ name: yesod-text-markdown -version: 0.1.3 +version: 0.1.4 synopsis: Yesod support for Text.Markdown. description: Use Text.Markdown in a typical yesod project. This module contains instances related to persistence, @@ -39,7 +39,7 @@ library , yesod-form >= 1.3 && < 2.0 , yesod-persistent >= 1.2 && < 2.0 , persistent >= 1.2 && < 2.0 - , text >= 0.11 && < 1.0 + , text >= 0.11 && < 2.0 , shakespeare >= 2.0 && < 2.1 ghc-options: -Wall -fno-warn-orphans