yesod/yesod/yesod.cabal
Matt Parsons 26a195b8c7
Support GHC 9.4 (#1769)
* Support GHC 9.4

* tidy it on up

* ok tests pass again

* weird

* woo

* Changelog, cabal files

* fix for older cabal

* Drop MacOS from older resolvers

https://github.com/bravit/hid-examples/issues/7#issuecomment-781308838

* oops
2022-09-07 11:49:14 -06:00

58 lines
2.0 KiB
Plaintext

name: yesod
version: 1.6.2.1
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
maintainer: Michael Snoyman <michael@snoyman.com>
synopsis: Creation of type-safe, RESTful web applications.
description: API docs and the README are available at <http://www.stackage.org/package/yesod>
category: Web, Yesod
stability: Stable
cabal-version: >= 1.10
build-type: Simple
homepage: http://www.yesodweb.com/
extra-source-files: README.md ChangeLog.md
library
default-language: Haskell2010
if os(windows)
cpp-options: -DWINDOWS
build-depends: base >= 4.10 && < 5
, aeson
, bytestring
, conduit >= 1.3
, data-default-class
, directory
, fast-logger
, file-embed
, monad-logger
, shakespeare
, streaming-commons
, template-haskell
, text
, unordered-containers
, wai >= 1.3
, wai-extra >= 1.3
, wai-logger
, warp >= 1.3
, yaml >= 0.8.17
, yesod-core >= 1.6 && < 1.7
, yesod-form >= 1.6 && < 1.8
, yesod-persistent >= 1.6 && < 1.7
exposed-modules: Yesod
, Yesod.Default.Config
, Yesod.Default.Config2
, Yesod.Default.Main
, Yesod.Default.Util
, Yesod.Default.Handlers
ghc-options: -Wall
if !os(windows)
build-depends: unix
source-repository head
type: git
location: https://github.com/yesodweb/yesod