Merge pull request #1715 from yesodweb/multi-form-cabal-version

Bumped cabal version to >= 1.10
This commit is contained in:
Michael Snoyman 2020-12-22 05:05:25 +02:00 committed by GitHub
commit 60350c6532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ maintainer: James Burton <jamesejburton@gmail.com>
synopsis: Multi-input form handling for Yesod Web Framework synopsis: Multi-input form handling for Yesod Web Framework
category: Web, Yesod category: Web, Yesod
stability: Stable stability: Stable
cabal-version: >= 1.8 cabal-version: >= 1.10
build-type: Simple build-type: Simple
homepage: http://www.yesodweb.com/ homepage: http://www.yesodweb.com/
description: API docs and the README are available at <http://www.stackage.org/package/yesod-form-multi>. description: API docs and the README are available at <http://www.stackage.org/package/yesod-form-multi>.
@ -19,6 +19,7 @@ flag network-uri
default: True default: True
library library
default-language: Haskell2010
build-depends: base >= 4.10 && < 5 build-depends: base >= 4.10 && < 5
, containers >= 0.2 , containers >= 0.2
, shakespeare >= 2.0 , shakespeare >= 2.0