Skip to content

Commit abce119

Browse files
committed
Merge pull request #475 from wiz/changelogs
Add missing changelogs and readme
2 parents 65bdaa6 + b13ecd6 commit abce119

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

servant-client/servant-client.cabal

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@ maintainer: [email protected]
1515
copyright: 2014-2016 Zalora South East Asia Pte Ltd, Servant Contributors
1616
category: Web
1717
build-type: Simple
18-
extra-source-files: include/*.h
1918
cabal-version: >=1.10
2019
tested-with: GHC >= 7.8
2120
homepage: http://haskell-servant.github.io/
2221
Bug-reports: http://github.com/haskell-servant/servant/issues
22+
extra-source-files:
23+
include/*.h
24+
CHANGELOG.md
25+
README.md
2326
source-repository head
2427
type: git
2528
location: http://github.com/haskell-servant/servant.git

servant/servant.cabal

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ maintainer: [email protected]
1616
copyright: 2014-2016 Zalora South East Asia Pte Ltd, Servant Contributors
1717
category: Web
1818
build-type: Simple
19-
extra-source-files: include/*.h
2019
cabal-version: >=1.10
2120
tested-with: GHC >= 7.8
21+
extra-source-files:
22+
include/*.h
23+
CHANGELOG.md
2224
source-repository head
2325
type: git
2426
location: http://github.com/haskell-servant/servant.git

0 commit comments

Comments
 (0)