Bumped cabal version to >= 1.10
This commit is contained in:
parent
c60430e69e
commit
bb008df3bd
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user