packages feed

sitepipe-0.4.0.0: sitepipe.cabal

cabal-version: >=1.10
name: sitepipe
version: 0.4.0.0
license: BSD3
license-file: LICENSE
copyright: 2017 Chris Penner
maintainer: christopher.penner@gmail.com
author: Chris Penner
tested-with: ghc ==8.0.2 ghc ==8.2.1
homepage: https://github.com/ChrisPenner/sitepipe#readme
synopsis: A simple to understand static site generator
category: Web
build-type: Simple
extra-source-files:
    README.md

source-repository head
    type: git
    location: https://github.com/ChrisPenner/sitepipe

library
    exposed-modules:
        SitePipe
        SitePipe.Pipes
        SitePipe.Readers
        SitePipe.Templating
        SitePipe.Files
        SitePipe.Parse
        SitePipe.Types
        SitePipe.Utilities
    hs-source-dirs: src
    default-language: Haskell2010
    build-depends:
        base >=4.12.0.0 && <4.13,
        optparse-applicative >=0.14.3.0 && <0.15,
        unordered-containers >=0.2.9.0 && <0.3,
        directory >=1.3.3.0 && <1.4,
        filepath >=1.4.2.1 && <1.5,
        megaparsec >=7.0.4 && <7.1,
        mtl >=2.2.2 && <2.3,
        pandoc ==2.5.*,
        yaml >=0.11.0.0 && <0.12,
        mustache >=2.3.0 && <2.4,
        bytestring >=0.10.8.2 && <0.11,
        text >=1.2.3.1 && <1.3,
        parsec >=3.1.13.0 && <3.2,
        exceptions >=0.10.0 && <0.11,
        Glob >=0.9.3 && <0.10,
        lens-aeson >=1.0.2 && <1.1,
        lens ==4.17.*,
        aeson >=1.4.2.0 && <1.5,
        shelly >=1.8.1 && <1.9,
        MissingH >=1.4.1.0 && <1.5,
        containers >=0.6.0.1 && <0.7,
        transformers >=0.5.5.0 && <0.6