Update yesod cabal file for distribution

Hackage is now requiring a higher cabal file version, and with that comes a requirement to specify the language of each module
This commit is contained in:
Maximilian Tagher 2020-06-26 13:01:43 -04:00
parent 5cbcebf4db
commit a1c6bc553c

View File

@ -8,12 +8,13 @@ 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.6
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