packages feed

stagen-0.1.0: stagen.cabal

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

name:           stagen
version:        0.1.0
synopsis:       Static site generator
description:    Low dependency static site generator using markdown
category:       Web
maintainer:     Joe Vargas
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    package.yaml
    README.md

library
  hs-source-dirs:
      library
  default-extensions: LambdaCase OverloadedStrings TupleSections RecordWildCards
  ghc-options: -Wall
  build-depends:
      aeson
    , base >= 4.7 && < 5
    , bytestring
    , blaze-html
    , data-default
    , directory
    , filemanip
    , lucid
    , markdown
    , mtl
    , optparse-applicative
    , parallel
    , parsec
    , text
  exposed-modules:
      Stagen.Build
      Stagen.Clean
      Stagen.Date
      Stagen.File
      Stagen.Init
      Stagen.Job
      Stagen.Main
      Stagen.Opts
      Stagen.Page
      Stagen.Template
  default-language: Haskell2010

executable stagen
  main-is: Main.hs
  hs-source-dirs:
      executable
  default-extensions: LambdaCase OverloadedStrings TupleSections RecordWildCards
  ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
  build-depends:
      base
    , stagen
  default-language: Haskell2010