Cabal file fixes

This commit is contained in:
Julian K. Arni 2015-07-09 23:34:21 +02:00
parent 490a84cda1
commit 5db91c9ecb
4 changed files with 14 additions and 1 deletions

View File

@ -15,6 +15,10 @@ category: Web
build-type: Simple build-type: Simple
-- extra-source-files: -- extra-source-files:
cabal-version: >=1.10 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 library
exposed-modules: Servant.HTML.Blaze exposed-modules: Servant.HTML.Blaze

View File

@ -12,6 +12,10 @@ maintainer: alpmestan@gmail.com
category: Web category: Web
build-type: Simple build-type: Simple
cabal-version: >=1.10 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 executable tutorial
main-is: tutorial.hs main-is: tutorial.hs

View File

@ -15,6 +15,10 @@ category: Web
build-type: Simple build-type: Simple
-- extra-source-files: -- extra-source-files:
cabal-version: >=1.10 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 library
exposed-modules: Servant.HTML.Lucid exposed-modules: Servant.HTML.Lucid

View File

@ -25,9 +25,10 @@ tested-with: GHC >= 7.8
extra-source-files: extra-source-files:
CHANGELOG.md CHANGELOG.md
README.md README.md
bug-reports: http://github.com/haskell-servant/servant/issues
source-repository head source-repository head
type: git type: git
location: http://github.com/haskell-servant/servant-server.git location: http://github.com/haskell-servant/servant.git
library library