packages feed

markup-4.1.0: markup.cabal

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

name:           markup
version:        4.1.0
synopsis:       Abstraction for HTML-embedded content
description:    Please see the README on Github at <https://github.com/githubuser/markup#readme>
category:       Data, Web
homepage:       https://github.com/athanclark/markup#readme
bug-reports:    https://github.com/athanclark/markup/issues
author:         Athan Clark
maintainer:     athan.clark@localcooking.com
copyright:      Copyright (c) 2018 Athan Clark
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    README.md

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

library
  exposed-modules:
      Data.Markup
      Data.Markup.Class
      Data.Markup.Library
      Data.Markup.Types
  other-modules:
      Paths_markup
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      attoparsec-uri >=0.0.4
    , base >=4.8 && <5
    , blaze-html
    , blaze-markup
    , clay
    , comonad
    , lucid >=2.5
    , mmorph
    , monad-control
    , monad-logger
    , mtl
    , path
    , path-extra >=0.1.2
    , resourcet
    , text
    , transformers-base
    , urlpath >=8.2.0
  default-language: Haskell2010