Update geval

This commit is contained in:
Filip Gralinski 2020-01-31 10:16:56 +01:00
parent 61be9be658
commit 8a731aaa35
2 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@ limitedTextCell h softLimit hardLimit textFun = Table.widget h (
theLimitedTextCell :: Text -> (a -> Text) -> Table site a theLimitedTextCell :: Text -> (a -> Text) -> Table site a
theLimitedTextCell h textFun = limitedTextCell h softLimit hardLimit textFun theLimitedTextCell h textFun = limitedTextCell h softLimit hardLimit textFun
where softLimit = 80 where softLimit = 140
hardLimit = 5 * softLimit hardLimit = 5 * softLimit

View File

@ -128,7 +128,7 @@ library
, filemanip , filemanip
, cryptohash , cryptohash
, markdown , markdown
, geval >= 1.31.1 && < 1.32 , geval >= 1.32 && < 1.33
, filepath , filepath
, yesod-table , yesod-table
, regex-tdfa , regex-tdfa