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.
- Loading branch information
Showing
13 changed files
with
33 additions
and
32 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ author: Servant Contributors | |
maintainer: [email protected] | ||
copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2019 Servant Contributors | ||
build-type: Simple | ||
tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2 | ||
tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2 || ==9.0.1 | ||
, GHCJS == 8.4 | ||
|
||
extra-source-files: | ||
|
@@ -50,13 +50,13 @@ library | |
-- | ||
-- note: mtl lower bound is so low because of GHC-7.8 | ||
build-depends: | ||
base >= 4.9 && < 4.15 | ||
base >= 4.9 && < 4.16 | ||
, bytestring >= 0.10.8.1 && < 0.12 | ||
, containers >= 0.5.7.1 && < 0.7 | ||
, deepseq >= 1.4.2.0 && < 1.5 | ||
, text >= 1.2.3.0 && < 1.3 | ||
, transformers >= 0.5.2.0 && < 0.6 | ||
, template-haskell >= 2.11.1.0 && < 2.17 | ||
, template-haskell >= 2.11.1.0 && < 2.18 | ||
|
||
if !impl(ghc >= 8.2) | ||
build-depends: | ||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ author: Servant Contributors | |
maintainer: [email protected] | ||
copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2019 Servant Contributors | ||
build-type: Simple | ||
tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2 | ||
tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2 || ==9.0.1 | ||
|
||
extra-source-files: | ||
CHANGELOG.md | ||
|
@@ -40,7 +40,7 @@ library | |
-- Bundled with GHC: Lower bound to not force re-installs | ||
-- text and mtl are bundled starting with GHC-8.4 | ||
build-depends: | ||
base >= 4.9 && < 4.15 | ||
base >= 4.9 && < 4.16 | ||
, bytestring >= 0.10.8.1 && < 0.12 | ||
, containers >= 0.5.7.1 && < 0.7 | ||
, deepseq >= 1.4.2.0 && < 1.5 | ||
|
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ author: Servant Contributors | |
maintainer: [email protected] | ||
copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2019 Servant Contributors | ||
build-type: Simple | ||
tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2 | ||
tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2 || ==9.0.1 | ||
|
||
extra-source-files: | ||
CHANGELOG.md | ||
|
@@ -41,7 +41,7 @@ library | |
-- | ||
-- note: mtl lower bound is so low because of GHC-7.8 | ||
build-depends: | ||
base >= 4.9 && < 4.15 | ||
base >= 4.9 && < 4.16 | ||
, bytestring >= 0.10.8.1 && < 0.12 | ||
, text >= 1.2.3.0 && < 1.3 | ||
|
||
|
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ author: Servant Contributors | |
maintainer: [email protected] | ||
copyright: 2015-2019 Servant Contributors | ||
build-type: Simple | ||
tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2 | ||
tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2 || ==9.0.1 | ||
|
||
extra-source-files: | ||
CHANGELOG.md | ||
|
@@ -41,7 +41,7 @@ library | |
-- | ||
-- note: mtl lower bound is so low because of GHC-7.8 | ||
build-depends: | ||
base >= 4.9 && < 4.15 | ||
base >= 4.9 && < 4.16 | ||
, text >= 1.2.3.0 && < 1.3 | ||
|
||
-- Servant dependencies | ||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ author: Servant Contributors | |
maintainer: [email protected] | ||
copyright: 2019 Servant Contributors | ||
build-type: Simple | ||
tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2 | ||
tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2 || ==9.0.1 | ||
|
||
extra-source-files: | ||
CHANGELOG.md | ||
|
@@ -38,7 +38,7 @@ library | |
-- Bundled with GHC: Lower bound to not force re-installs | ||
-- text and mtl are bundled starting with GHC-8.4 | ||
build-depends: | ||
base >= 4.9 && < 4.15 | ||
base >= 4.9 && < 4.16 | ||
, bytestring >= 0.10.8.1 && < 0.12 | ||
, containers >= 0.5.7.1 && < 0.7 | ||
, deepseq >= 1.4.2.0 && < 1.5 | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ author: Servant Contributors | |
maintainer: [email protected] | ||
copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2019 Servant Contributors | ||
build-type: Simple | ||
tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2 | ||
tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2 || ==9.0.1 | ||
|
||
extra-source-files: | ||
CHANGELOG.md | ||
|
@@ -60,7 +60,7 @@ library | |
-- Bundled with GHC: Lower bound to not force re-installs | ||
-- text and mtl are bundled starting with GHC-8.4 | ||
build-depends: | ||
base >= 4.9 && < 4.15 | ||
base >= 4.9 && < 4.16 | ||
, bytestring >= 0.10.8.1 && < 0.12 | ||
, containers >= 0.5.7.1 && < 0.7 | ||
, mtl >= 2.2.2 && < 2.3 | ||
|
@@ -72,7 +72,7 @@ library | |
-- strict dependency as we re-export 'servant' things. | ||
build-depends: | ||
servant >= 0.18.2 && < 0.18.3 | ||
, http-api-data >= 0.4.1 && < 0.4.3 | ||
, http-api-data >= 0.4.1 && < 0.4.4 | ||
|
||
-- 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 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,6 +1,6 @@ | ||
cabal-version: >=1.10 | ||
name: servant | ||
version: 0.18.2 | ||
version: 0.18.2.1 | ||
|
||
synopsis: A family of combinators for defining webservices APIs | ||
category: Servant, Web | ||
|
@@ -20,7 +20,7 @@ maintainer: [email protected] | |
copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2019 Servant Contributors | ||
build-type: Simple | ||
|
||
tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2 | ||
tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2 || ==9.0.1 | ||
, GHCJS == 8.4 | ||
|
||
extra-source-files: | ||
|
@@ -78,7 +78,7 @@ library | |
-- | ||
-- note: mtl lower bound is so low because of GHC-7.8 | ||
build-depends: | ||
base >= 4.9 && < 4.15 | ||
base >= 4.9 && < 4.16 | ||
, bytestring >= 0.10.8.1 && < 0.12 | ||
, mtl >= 2.2.2 && < 2.3 | ||
, sop-core >= 0.4.0.0 && < 0.6 | ||
|
@@ -89,7 +89,7 @@ library | |
-- We depend (heavily) on the API of these packages: | ||
-- i.e. re-export, or allow using without direct dependency | ||
build-depends: | ||
http-api-data >= 0.4.1 && < 0.4.3 | ||
http-api-data >= 0.4.1 && < 0.4.4 | ||
, singleton-bool >= 0.1.4 && < 0.1.7 | ||
|
||
-- Other dependencies: Lower bound around what is in the latest Stackage LTS. | ||
|
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