More Hackage appeasement
This commit is contained in:
parent
3c65d49376
commit
db2f130300
@ -1,3 +1,4 @@
|
|||||||
|
cabal-version: >= 1.10
|
||||||
name: yesod-persistent
|
name: yesod-persistent
|
||||||
version: 1.6.0.5
|
version: 1.6.0.5
|
||||||
license: MIT
|
license: MIT
|
||||||
@ -7,13 +8,13 @@ maintainer: Michael Snoyman <michael@snoyman.com>
|
|||||||
synopsis: Some helpers for using Persistent from Yesod.
|
synopsis: Some helpers for using Persistent from Yesod.
|
||||||
category: Web, Yesod, Database
|
category: Web, Yesod, Database
|
||||||
stability: Stable
|
stability: Stable
|
||||||
cabal-version: >= 1.8
|
|
||||||
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-persistent>
|
description: API docs and the README are available at <http://www.stackage.org/package/yesod-persistent>
|
||||||
extra-source-files: README.md ChangeLog.md
|
extra-source-files: README.md ChangeLog.md
|
||||||
|
|
||||||
library
|
library
|
||||||
|
default-language: Haskell2010
|
||||||
build-depends: base >= 4.10 && < 5
|
build-depends: base >= 4.10 && < 5
|
||||||
, yesod-core >= 1.6 && < 1.7
|
, yesod-core >= 1.6 && < 1.7
|
||||||
, persistent >= 2.8 && < 2.12
|
, persistent >= 2.8 && < 2.12
|
||||||
@ -28,6 +29,7 @@ library
|
|||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
|
|
||||||
test-suite test
|
test-suite test
|
||||||
|
default-language: Haskell2010
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
main-is: Spec.hs
|
main-is: Spec.hs
|
||||||
hs-source-dirs: test
|
hs-source-dirs: test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user