From 8a731aaa35c2e4ad2784b299999a9052db8728bd Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Fri, 31 Jan 2020 10:16:56 +0100 Subject: [PATCH] Update geval --- Handler/Tables.hs | 2 +- gonito.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Handler/Tables.hs b/Handler/Tables.hs index 9974861..fe7e380 100644 --- a/Handler/Tables.hs +++ b/Handler/Tables.hs @@ -195,7 +195,7 @@ limitedTextCell h softLimit hardLimit textFun = Table.widget h ( theLimitedTextCell :: Text -> (a -> Text) -> Table site a theLimitedTextCell h textFun = limitedTextCell h softLimit hardLimit textFun - where softLimit = 80 + where softLimit = 140 hardLimit = 5 * softLimit diff --git a/gonito.cabal b/gonito.cabal index c8c3bbf..540c42b 100644 --- a/gonito.cabal +++ b/gonito.cabal @@ -128,7 +128,7 @@ library , filemanip , cryptohash , markdown - , geval >= 1.31.1 && < 1.32 + , geval >= 1.32 && < 1.33 , filepath , yesod-table , regex-tdfa