Cabal file fixes

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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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