You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: servant-server/CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,20 @@
1
1
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-server/CHANGELOG.md)
2
2
[Changelog for `servant` package contains significant entries for all core packages.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md)
3
3
4
+
0.16.2
5
+
------
6
+
7
+
*`singleton-bool-0.1.5` (`SBool` is re-exported)
8
+
- Add `discreteBool :: Dec (a :~: b)` (GHC-7.8+)
9
+
- Add `Show`, `Eq`, `Ord``SBool b` instances.
10
+
* dependencies update
11
+
12
+
0.16.1
13
+
------
14
+
15
+
* Use `http-api-data-0.4.1` (a part of its API is re-exported)
0 commit comments