We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b6ec16 commit a5e89e6Copy full SHA for a5e89e6
CHANGES.md
@@ -1,5 +1,9 @@
1
# Change Log / Release Notes
2
3
+## 1.10.2 (2021-10-24)
4
+
5
+ * Restored compatibility with GHC 7.10 (and possibly even older) (#80)
6
7
## 1.10.1 (2021-08-15)
8
9
* Fixed possible high CPU usage of some blocking calls with the threaded RTS (#78)
X11.cabal
@@ -1,5 +1,5 @@
name: X11
-version: 1.10.1
+version: 1.10.2
synopsis: A binding to the X11 graphics library
description: A Haskell binding to the X11 graphics library. The binding is a direct
translation of the C binding; for documentation of these calls, refer
0 commit comments