forked from haskell-servant/servant
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add haskell-servant#1079, haskell-servant#1011 entry - Stricter internal dependencies - Unify .cabal files - Correct -conduit, -machines, -pipes changelog - Fix years in LICENSEs - Remove tinc.yamls - Tweaks to 0.15 changelog - Add changelogs for all packages - Add changelogs for new packages (extra-source-files)
- Loading branch information
Showing
35 changed files
with
361 additions
and
169 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Copyright (c) 2017, Servant Contributors | ||
Copyright (c) 2017-2018, Servant Contributors | ||
|
||
All rights reserved. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,30 @@ | ||
cabal-version: >=1.10 | ||
name: servant-client-core | ||
version: 0.15 | ||
|
||
synopsis: Core functionality and class for client function generation for servant APIs | ||
category: Servant, Web | ||
description: | ||
This library provides backend-agnostic generation of client functions. For | ||
more information, see the README. | ||
|
||
homepage: http://haskell-servant.readthedocs.org/ | ||
bug-reports: http://github.com/haskell-servant/servant/issues | ||
license: BSD3 | ||
license-file: LICENSE | ||
author: Servant Contributors | ||
maintainer: [email protected] | ||
homepage: http://haskell-servant.readthedocs.org/ | ||
bug-reports: http://github.com/haskell-servant/servant/issues | ||
cabal-version: >=1.10 | ||
copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2017 Servant Contributors | ||
category: Web | ||
copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2018 Servant Contributors | ||
build-type: Simple | ||
tested-with: | ||
GHC ==8.0.2 | ||
|| ==8.2.2 | ||
|| ==8.4.4 | ||
|| ==8.6.2 | ||
|
||
extra-source-files: | ||
CHANGELOG.md | ||
README.md | ||
tested-with: | ||
GHC==8.0.2 | ||
GHC==8.2.2 | ||
GHC==8.4.4 | ||
GHC==8.6.2 | ||
|
||
source-repository head | ||
type: git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,32 @@ | ||
cabal-version: >=1.10 | ||
name: servant-client-ghcjs | ||
version: 0.14 | ||
synopsis: automatical derivation of querying functions for servant webservices for ghcjs | ||
|
||
synopsis: Automatic derivation of querying functions for servant webservices for GHCJS | ||
category: Servant, Web | ||
description: | ||
This library lets you automatically derive Haskell functions that | ||
let you query each endpoint of a <http://hackage.haskell.org/package/servant servant> webservice. | ||
. | ||
See <http://haskell-servant.readthedocs.org/en/stable/tutorial/Client.html the client section of the tutorial>. | ||
. | ||
<https://github.com/haskell-servant/servant/blob/master/servant-client/CHANGELOG.md CHANGELOG> | ||
|
||
homepage: http://haskell-servant.readthedocs.org/ | ||
bug-reports: http://github.com/haskell-servant/servant/issues | ||
license: BSD3 | ||
license-file: LICENSE | ||
author: Servant Contributors | ||
maintainer: [email protected] | ||
copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2017 Servant Contributors | ||
category: Servant, Web | ||
copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2018 Servant Contributors | ||
build-type: Simple | ||
cabal-version: >=1.10 | ||
tested-with: GHC >= 7.8 | ||
homepage: http://haskell-servant.readthedocs.org/ | ||
Bug-reports: http://github.com/haskell-servant/servant/issues | ||
tested-with: | ||
GHC >= 7.8 | ||
|
||
extra-source-files: | ||
CHANGELOG.md | ||
README.md | ||
|
||
source-repository head | ||
type: git | ||
location: http://github.com/haskell-servant/servant.git | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,35 @@ | ||
cabal-version: >=1.10 | ||
name: servant-client | ||
version: 0.15 | ||
synopsis: automatical derivation of querying functions for servant webservices | ||
|
||
synopsis: Automatic derivation of querying functions for servant | ||
category: Servant, Web | ||
description: | ||
This library lets you derive automatically Haskell functions that | ||
let you query each endpoint of a <http://hackage.haskell.org/package/servant servant> webservice. | ||
. | ||
See <http://haskell-servant.readthedocs.org/en/stable/tutorial/Client.html the client section of the tutorial>. | ||
. | ||
<https://github.com/haskell-servant/servant/blob/master/servant-client/CHANGELOG.md CHANGELOG> | ||
|
||
homepage: http://haskell-servant.readthedocs.org/ | ||
bug-reports: http://github.com/haskell-servant/servant/issues | ||
license: BSD3 | ||
license-file: LICENSE | ||
author: Servant Contributors | ||
maintainer: [email protected] | ||
copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2017 Servant Contributors | ||
category: Servant, Web | ||
copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2018 Servant Contributors | ||
build-type: Simple | ||
cabal-version: >=1.10 | ||
tested-with: | ||
GHC==8.0.2 | ||
GHC==8.2.2 | ||
GHC==8.4.4 | ||
GHC==8.6.2 | ||
homepage: http://haskell-servant.readthedocs.org/ | ||
Bug-reports: http://github.com/haskell-servant/servant/issues | ||
GHC ==8.0.2 | ||
|| ==8.2.2 | ||
|| ==8.4.4 | ||
|| ==8.6.2 | ||
|
||
extra-source-files: | ||
CHANGELOG.md | ||
README.md | ||
|
||
source-repository head | ||
type: git | ||
location: http://github.com/haskell-servant/servant.git | ||
|
@@ -54,7 +58,7 @@ library | |
-- Strict dependency on `servant-client-core` as we re-export things. | ||
build-depends: | ||
servant == 0.15.* | ||
, servant-client-core == 0.15 | ||
, servant-client-core >= 0.15 && <0.15.1 | ||
|
||
-- Other dependencies: Lower bound around what is in the latest Stackage LTS. | ||
-- Here can be exceptions if we really need features from the newer versions. | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,4 @@ | ||
0.10 | ||
0.15 | ||
---- | ||
|
||
* `EncodeOpts` and `DecodeOpts` merged into just `EncodeOpts`. | ||
* Add `TabSeparatedOpts` for `text/tab-separated-values`. | ||
|
||
0.9 | ||
--- | ||
|
||
* Refactorerd `CSV`' type. | ||
|
||
0.8 | ||
--- | ||
|
||
* Removed DefaultEncodeOpts and DefaultDecodeOpts in favor of a single | ||
(new) DefaultOpts | ||
- First release with support for `servant-0.15` `Stream` refactoring. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,30 @@ | ||
cabal-version: >=1.10 | ||
name: servant-conduit | ||
version: 1 | ||
version: 0.15 | ||
|
||
synopsis: Servant Stream support for conduit. | ||
category: Servant, Web, Enumerator | ||
description: Servant Stream support for conduit. | ||
. | ||
Provides 'ToSourceIO' and 'FromSourceIO' instances for 'ConduitT'. | ||
|
||
homepage: http://haskell-servant.readthedocs.org/ | ||
bug-reports: http://github.com/haskell-servant/servant/issues | ||
license: BSD3 | ||
license-file: LICENSE | ||
author: Servant Contributors | ||
maintainer: [email protected] | ||
copyright: 2018 Servant Contributors | ||
category: Web, Servant, Enumerator | ||
build-type: Simple | ||
cabal-version: >=1.10 | ||
bug-reports: http://github.com/haskell-servant/servant-conduit/issues | ||
tested-with: | ||
GHC ==8.0.2 | ||
|| ==8.2.2 | ||
|| ==8.4.4 | ||
|| ==8.6.2 | ||
|
||
extra-source-files: | ||
CHANGELOG.md | ||
|
||
source-repository head | ||
type: git | ||
location: http://github.com/haskell-servant/servant-conduit.git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.