Skip to content

Commit

Permalink
Add bug-reports to .cabal files
Browse files Browse the repository at this point in the history
  • Loading branch information
spl committed Feb 28, 2014
1 parent 35a7e84 commit 10087ef
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions experimental/couchDB/persistent-couchdb.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ stability: Experimental
cabal-version: >= 1.6
build-type: Simple
homepage: http://www.yesodweb.com/book/persistent
bug-reports: https://github.com/yesodweb/persistent/issues

library
build-depends: base >= 4 && < 5
Expand Down
1 change: 1 addition & 0 deletions persistent-mongoDB/persistent-mongoDB.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ stability: Experimental
cabal-version: >= 1.6
build-type: Simple
homepage: http://www.yesodweb.com/book/persistent
bug-reports: https://github.com/yesodweb/persistent/issues
description: MongoDB backend for the persistent library.

Flag high_precision_date
Expand Down
1 change: 1 addition & 0 deletions persistent-mysql/persistent-mysql.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ stability: Stable
cabal-version: >= 1.6
build-type: Simple
homepage: http://www.yesodweb.com/book/persistent
bug-reports: https://github.com/yesodweb/persistent/issues
description:
This package contains a backend for persistent using the
MySQL database server. Internally it uses the @mysql-simple@
Expand Down
1 change: 1 addition & 0 deletions persistent-postgresql/persistent-postgresql.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ stability: Stable
cabal-version: >= 1.6
build-type: Simple
homepage: http://www.yesodweb.com/book/persistent
bug-reports: https://github.com/yesodweb/persistent/issues

library
build-depends: base >= 4 && < 5
Expand Down
1 change: 1 addition & 0 deletions persistent-redis/persistent-redis.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ stability: Experimental
cabal-version: >= 1.8
maintainer: Pavel Ryzhov <[email protected]>
build-type: Simple
bug-reports: https://github.com/yesodweb/persistent/issues

source-repository head
type: git
Expand Down
1 change: 1 addition & 0 deletions persistent-sqlite/persistent-sqlite.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ stability: Stable
cabal-version: >= 1.6
build-type: Simple
homepage: http://www.yesodweb.com/book/persistent
bug-reports: https://github.com/yesodweb/persistent/issues

flag systemlib
description: Use the system-wide sqlite library
Expand Down
1 change: 1 addition & 0 deletions persistent-template/persistent-template.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ stability: Stable
cabal-version: >= 1.8
build-type: Simple
homepage: http://www.yesodweb.com/book/persistent
bug-reports: https://github.com/yesodweb/persistent/issues
extra-source-files: test/main.hs

library
Expand Down
1 change: 1 addition & 0 deletions persistent-test/persistent-test.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ stability: Stable
cabal-version: >= 1.8
build-type: Simple
homepage: http://www.yesodweb.com/book/persistent
bug-reports: https://github.com/yesodweb/persistent/issues

extra-source-files:
test/main.hs
Expand Down
1 change: 1 addition & 0 deletions persistent/persistent.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ stability: Stable
cabal-version: >= 1.8
build-type: Simple
homepage: http://www.yesodweb.com/book/persistent
bug-reports: https://github.com/yesodweb/persistent/issues

flag nooverlap
default: False
Expand Down
1 change: 1 addition & 0 deletions pool-conduit/pool-conduit.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ stability: Stable
cabal-version: >= 1.8
build-type: Simple
homepage: http://www.yesodweb.com/book/persistent
bug-reports: https://github.com/yesodweb/persistent/issues

library

Expand Down

0 comments on commit 10087ef

Please sign in to comment.