add include header files to extra-source-files
This commit is contained in:
parent
8a497c473c
commit
17fcc25d87
10 changed files with 10 additions and 3 deletions
|
@ -13,7 +13,7 @@ maintainer: jkarni@gmail.com
|
||||||
-- copyright:
|
-- copyright:
|
||||||
category: Web
|
category: Web
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
-- extra-source-files:
|
extra-source-files: include/*.h
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
bug-reports: http://github.com/haskell-servant/servant/issues
|
bug-reports: http://github.com/haskell-servant/servant/issues
|
||||||
source-repository head
|
source-repository head
|
||||||
|
|
|
@ -13,7 +13,7 @@ maintainer: jkarni@gmail.com
|
||||||
-- copyright:
|
-- copyright:
|
||||||
-- category:
|
-- category:
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
-- extra-source-files:
|
extra-source-files: include/*.h
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
|
|
||||||
library
|
library
|
||||||
|
|
|
@ -15,6 +15,7 @@ maintainer: alpmestan@gmail.com
|
||||||
copyright: 2014 Zalora South East Asia Pte Ltd
|
copyright: 2014 Zalora South East Asia Pte Ltd
|
||||||
category: Web
|
category: Web
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
|
extra-source-files: include/*.h
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
tested-with: GHC >= 7.8
|
tested-with: GHC >= 7.8
|
||||||
homepage: http://haskell-servant.github.io/
|
homepage: http://haskell-servant.github.io/
|
||||||
|
|
|
@ -19,6 +19,7 @@ tested-with: GHC >= 7.8
|
||||||
homepage: http://haskell-servant.github.io/
|
homepage: http://haskell-servant.github.io/
|
||||||
Bug-reports: http://github.com/haskell-servant/servant/issues
|
Bug-reports: http://github.com/haskell-servant/servant/issues
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
|
include/*.h
|
||||||
CHANGELOG.md
|
CHANGELOG.md
|
||||||
README.md
|
README.md
|
||||||
source-repository head
|
source-repository head
|
||||||
|
|
|
@ -18,6 +18,7 @@ category: Web
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
|
include/*.h
|
||||||
CHANGELOG.md
|
CHANGELOG.md
|
||||||
README.md
|
README.md
|
||||||
source-repository head
|
source-repository head
|
||||||
|
|
|
@ -22,6 +22,7 @@ cabal-version: >=1.10
|
||||||
homepage: http://haskell-servant.github.io/
|
homepage: http://haskell-servant.github.io/
|
||||||
Bug-reports: http://github.com/haskell-servant/servant/issues
|
Bug-reports: http://github.com/haskell-servant/servant/issues
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
|
include/*.h
|
||||||
CHANGELOG.md
|
CHANGELOG.md
|
||||||
README.md
|
README.md
|
||||||
source-repository head
|
source-repository head
|
||||||
|
|
|
@ -13,7 +13,7 @@ maintainer: jkarni@gmail.com
|
||||||
-- copyright:
|
-- copyright:
|
||||||
category: Web
|
category: Web
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
-- extra-source-files:
|
extra-source-files: include/*.h
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
bug-reports: http://github.com/haskell-servant/servant/issues
|
bug-reports: http://github.com/haskell-servant/servant/issues
|
||||||
source-repository head
|
source-repository head
|
||||||
|
|
|
@ -13,6 +13,7 @@ maintainer: alpmestan@gmail.com
|
||||||
copyright: 2015 Alp Mestanogullari
|
copyright: 2015 Alp Mestanogullari
|
||||||
category: Web
|
category: Web
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
|
extra-source-files: include/*.h
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
|
|
||||||
flag example
|
flag example
|
||||||
|
|
|
@ -23,6 +23,7 @@ build-type: Simple
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
tested-with: GHC >= 7.8
|
tested-with: GHC >= 7.8
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
|
include/*.h
|
||||||
CHANGELOG.md
|
CHANGELOG.md
|
||||||
README.md
|
README.md
|
||||||
bug-reports: http://github.com/haskell-servant/servant/issues
|
bug-reports: http://github.com/haskell-servant/servant/issues
|
||||||
|
|
|
@ -16,6 +16,7 @@ maintainer: alpmestan@gmail.com
|
||||||
copyright: 2014 Zalora South East Asia Pte Ltd
|
copyright: 2014 Zalora South East Asia Pte Ltd
|
||||||
category: Web
|
category: Web
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
|
extra-source-files: include/*.h
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
tested-with: GHC >= 7.8
|
tested-with: GHC >= 7.8
|
||||||
source-repository head
|
source-repository head
|
||||||
|
|
Loading…
Reference in a new issue