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
|
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue