packages feed

classy-prelude-yesod-1.4.0: classy-prelude-yesod.cabal

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

name:           classy-prelude-yesod
version:        1.4.0
synopsis:       Provide a classy prelude including common Yesod functionality.
description:    See docs and README at <http://www.stackage.org/package/classy-prelude-yesod>
category:       Control, Yesod
homepage:       https://github.com/snoyberg/mono-traversable#readme
bug-reports:    https://github.com/snoyberg/mono-traversable/issues
author:         Michael Snoyman
maintainer:     michael@snoyman.com
license:        MIT
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    ChangeLog.md
    README.md

source-repository head
  type: git
  location: https://github.com/snoyberg/mono-traversable

library
  hs-source-dirs:
      src
  build-depends:
      aeson
    , base >=4.9 && <5
    , classy-prelude >=1.4.0 && <1.4.1
    , classy-prelude-conduit >=1.4.0 && <1.4.1
    , data-default
    , http-conduit
    , http-types
    , persistent >=1.1
    , yesod >=1.2
    , yesod-newsfeed
    , yesod-static
  exposed-modules:
      ClassyPrelude.Yesod
  other-modules:
      Paths_classy_prelude_yesod
  default-language: Haskell2010