Skip to content

Commit 23a8bf5

Browse files
committed
Bump the patch version
1 parent b2d1982 commit 23a8bf5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.1.0.1 (Jul 2021)
4+
5+
* Workaround to avoid incorrect display of dependencies on Hackage by moving
6+
build-depends of ucd2haskell executable under a build flag conditional.
7+
38
## 0.1.0 (Jul 2021)
49

510
* Initial release

unicode-data.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: unicode-data
3-
version: 0.1.0
3+
version: 0.1.0.1
44
synopsis: Access Unicode character database
55
description:
66
@unicode-data@ provides Haskell APIs to efficiently access the unicode

0 commit comments

Comments
 (0)