Skip to content

Commit a5e89e6

Browse files
committed
Bump version to 1.10.2
1 parent 6b6ec16 commit a5e89e6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log / Release Notes
22

3+
## 1.10.2 (2021-10-24)
4+
5+
* Restored compatibility with GHC 7.10 (and possibly even older) (#80)
6+
37
## 1.10.1 (2021-08-15)
48

59
* Fixed possible high CPU usage of some blocking calls with the threaded RTS (#78)

X11.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: X11
2-
version: 1.10.1
2+
version: 1.10.2
33
synopsis: A binding to the X11 graphics library
44
description: A Haskell binding to the X11 graphics library. The binding is a direct
55
translation of the C binding; for documentation of these calls, refer

0 commit comments

Comments
 (0)