servant 0.16.1 → 0.16.2
raw patch · 2 files changed
+10/−2 lines, 2 filesdep ~basedep ~base-compatdep ~singleton-bool
Dependency ranges changed: base, base-compat, singleton-bool
Files
- CHANGELOG.md +8/−0
- servant.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,13 @@ [The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md) +0.16.2+------++* `singleton-bool-0.1.5` (`SBool` is re-exported)+ - Add `discreteBool :: Dec (a :~: b)` (GHC-7.8+)+ - Add `Show`, `Eq`, `Ord` `SBool b` instances.+* dependencies update+ 0.16.1 ------
servant.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: servant-version: 0.16.1+version: 0.16.2 synopsis: A family of combinators for defining webservices APIs category: Servant, Web@@ -100,7 +100,7 @@ -- i.e. re-export, or allow using without direct dependency build-depends: http-api-data >= 0.4.1 && < 0.4.2- , singleton-bool >= 0.1.4 && < 0.1.5+ , singleton-bool >= 0.1.5 && < 0.1.6 -- 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.