cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 2461a8c525bd79018da4acab11de5a0673c5ce9994cf50af14db936702f502ff

name:           webpage
version:        0.0.5.1
synopsis:       Organized and simple web page scaffold for blaze and lucid
description:    Please see the README on Github at <https://github.com/athanclark/webpage#readme>
category:       Web
homepage:       https://github.com/athanclark/webpage#readme
bug-reports:    https://github.com/athanclark/webpage/issues
maintainer:     Athan Clark <athan.clark@gmail.com>
license:        BSD3
license-file:   LICENSE
build-type:     Simple

source-repository head
  type: git
  location: https://github.com/athanclark/webpage

library
  exposed-modules:
      Web.Page.Blaze
      Web.Page.Hastache
      Web.Page.Lucid
      Web.Page.Types
  other-modules:
      Paths_webpage
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base >=4.11 && <5
    , blaze-html
    , data-default
    , lucid >=2.5
    , text
  default-language: Haskell2010