Merge pull request #9 from chessai/fix-colonnade-bound

fix lower bound of colonnade for lucid
This commit is contained in:
Andrew Martin 2018-01-15 15:06:00 -05:00 committed by GitHub
commit 81b5598ed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,8 @@ description:
that provides (1) a content type and (2) functions for feeding
data into a columnar encoding:
.
* <https://hackage.haskell.org/package/lucid-colonnade lucid-colonnade> for `lucid` html tables
.
* <https://hackage.haskell.org/package/blaze-colonnade blaze-colonnade> for `blaze` html tables
.
* <https://hackage.haskell.org/package/reflex-dom-colonnade reflex-dom-colonnade> for reactive `reflex-dom` tables

View File

@ -18,7 +18,7 @@ library
Lucid.Colonnade
build-depends:
base >= 4.7 && < 5
, colonnade >= 1.1 && < 1.3
, colonnade >= 1.1.1 && < 1.3
, lucid >= 2.9 && < 3.0
, text >= 1.0 && < 1.3
default-language: Haskell2010