Update geval
This commit is contained in:
parent
61be9be658
commit
8a731aaa35
@ -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
|
||||
|
||||
|
||||
|
@ -128,7 +128,7 @@ library
|
||||
, filemanip
|
||||
, cryptohash
|
||||
, markdown
|
||||
, geval >= 1.31.1 && < 1.32
|
||||
, geval >= 1.32 && < 1.33
|
||||
, filepath
|
||||
, yesod-table
|
||||
, regex-tdfa
|
||||
|
Loading…
Reference in New Issue
Block a user