diff --git a/servant-blaze/servant-blaze.cabal b/servant-blaze/servant-blaze.cabal index 8177d980..6c02cea2 100644 --- a/servant-blaze/servant-blaze.cabal +++ b/servant-blaze/servant-blaze.cabal @@ -15,6 +15,10 @@ category: Web build-type: Simple -- extra-source-files: cabal-version: >=1.10 +bug-reports: http://github.com/haskell-servant/servant/issues +source-repository head + type: git + location: http://github.com/haskell-servant/servant.git library exposed-modules: Servant.HTML.Blaze diff --git a/servant-examples/servant-examples.cabal b/servant-examples/servant-examples.cabal index 97d90ddc..0e8f096c 100644 --- a/servant-examples/servant-examples.cabal +++ b/servant-examples/servant-examples.cabal @@ -12,6 +12,10 @@ maintainer: alpmestan@gmail.com category: Web build-type: Simple cabal-version: >=1.10 +bug-reports: http://github.com/haskell-servant/servant/issues +source-repository head + type: git + location: http://github.com/haskell-servant/servant.git executable tutorial main-is: tutorial.hs diff --git a/servant-lucid/servant-lucid.cabal b/servant-lucid/servant-lucid.cabal index c72807b2..bfe7337b 100644 --- a/servant-lucid/servant-lucid.cabal +++ b/servant-lucid/servant-lucid.cabal @@ -15,6 +15,10 @@ category: Web build-type: Simple -- extra-source-files: cabal-version: >=1.10 +bug-reports: http://github.com/haskell-servant/servant/issues +source-repository head + type: git + location: http://github.com/haskell-servant/servant.git library exposed-modules: Servant.HTML.Lucid diff --git a/servant-server/servant-server.cabal b/servant-server/servant-server.cabal index 277f6050..866d2ae9 100644 --- a/servant-server/servant-server.cabal +++ b/servant-server/servant-server.cabal @@ -25,9 +25,10 @@ tested-with: GHC >= 7.8 extra-source-files: CHANGELOG.md README.md +bug-reports: http://github.com/haskell-servant/servant/issues source-repository head type: git - location: http://github.com/haskell-servant/servant-server.git + location: http://github.com/haskell-servant/servant.git library