name: hakyll-contrib-csv version: 0.1.0.2 synopsis: Generate Html tables from Csv files description: A Hakyll extension for incorporating Csv data into your static site. homepage: https://github.com/narrative/hakyll-contrib-csv#readme bug-reports: https://github.com/narrative/hakyll-contrib-csv/issues license: BSD3 license-file: LICENSE author: Erik Stevenson maintainer: eriknstevenson@gmail.com copyright: 2016 Erik Stevenson category: Web build-type: Simple cabal-version: >=1.10 extra-source-files: README.md library hs-source-dirs: src exposed-modules: Hakyll.Contrib.Csv default-language: Haskell2010 ghc-options: -Wall build-depends: base >= 4.8 && < 5 , blaze-html >= 0.5 && <0.9 , bytestring >= 0.9 && < 0.11 , cassava >= 0.4 && < 0.5 , hakyll >= 4.7 && < 4.9 , vector ==0.11.* test-suite hakyll-contrib-csv-spec main-is: Spec.hs hs-source-dirs: test type: exitcode-stdio-1.0 default-language: Haskell2010 ghc-options: -Wall build-depends: base >= 4.8 && < 5 , blaze-html >=0.5 && <0.9 , bytestring >= 0.9 && < 0.11 , cassava >= 0.4 && < 0.5 , hakyll-contrib-csv >= 0.1 && < 0.2 , hspec >= 2.2 && < 2.3 other-modules: CsvSpec