We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d1982 commit 23a8bf5Copy full SHA for 23a8bf5
Changelog.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
8
## 0.1.0 (Jul 2021)
9
10
* Initial release
unicode-data.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: unicode-data
-version: 0.1.0
+version: 0.1.0.1
synopsis: Access Unicode character database
description:
@unicode-data@ provides Haskell APIs to efficiently access the unicode
0 commit comments