hakyll-contrib-csv 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+7/−7 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- README.md +4/−4
- hakyll-contrib-csv.cabal +3/−3
README.md view
@@ -1,6 +1,6 @@-# CSV to HTML table generator +# Csv to Html table generator for [Hakyll](https://hackage.haskell.org/package/hakyll) -## Turn this +## Turns this ```csv Year,Make,Model,Description,Price @@ -14,7 +14,7 @@ ## Into this ```html -<table width="100%" class="display"> +<table> <thead> <tr> <td>Year</td> @@ -76,4 +76,4 @@ >>= relativizeUrls match "templates/*" $ compile templateCompiler -```+```
hakyll-contrib-csv.cabal view
@@ -1,5 +1,5 @@ name: hakyll-contrib-csv-version: 0.1.0.0+version: 0.1.0.1 synopsis: Generate Html tables from Csv files description: A Hakyll extension for incorporating Csv data into your static site.@@ -22,7 +22,7 @@ exposed-modules: Hakyll.Contrib.Csv default-language: Haskell2010 ghc-options: -Wall- build-depends: base < 4+ build-depends: base < 5 , blaze-html , bytestring , cassava@@ -35,7 +35,7 @@ type: exitcode-stdio-1.0 default-language: Haskell2010 ghc-options: -Wall- build-depends: base < 4+ build-depends: base < 5 , blaze-html , bytestring , cassava