Hackage wants newer cabal-version

This commit is contained in:
Michael Snoyman 2020-11-06 09:07:06 +02:00
parent e02f1dc780
commit 3c65d49376
No known key found for this signature in database
GPG Key ID: 907EAE2F42B52046
2 changed files with 42 additions and 41 deletions

View File

@ -1,3 +1,4 @@
cabal-version: >=1.10
name: yesod-auth name: yesod-auth
version: 1.6.10.1 version: 1.6.10.1
license: MIT license: MIT
@ -7,7 +8,6 @@ maintainer: Michael Snoyman <michael@snoyman.com>
synopsis: Authentication for Yesod. synopsis: Authentication for Yesod.
category: Web, Yesod category: Web, Yesod
stability: Stable stability: Stable
cabal-version: >= 1.6.0
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-auth> description: API docs and the README are available at <http://www.stackage.org/package/yesod-auth>
@ -20,6 +20,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
, aeson >= 0.7 , aeson >= 0.7
, authenticate >= 1.3.4 , authenticate >= 1.3.4