forked from filipg/gonito
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 :: 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
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user