Cabal file fixes
This commit is contained in:
parent
490a84cda1
commit
5db91c9ecb
4 changed files with 14 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue