We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ef7df commit e188506Copy full SHA for e188506
2 files changed
cabal.project
@@ -2,4 +2,4 @@ packages: .
2
source-repository-package
3
type: git
4
location: https://github.com/composewell/unicode-data.git
5
- tag: d81b67cc76d7f312a35de8e2a42c8e856c393885
+ tag: 7eea5f614e5d65100f52ed217dd2ae4c641624c7
stack.yaml
@@ -2,9 +2,11 @@ packages:
- '.'
resolver: lts-18.18
extra-deps:
-- unicode-data-0.2.0
+# [TODO] re-enable once unicode-data is released with quick check
6
+# - unicode-data-XXX
7
+- git: https://github.com/composewell/unicode-data.git
8
+ commit: 7eea5f614e5d65100f52ed217dd2ae4c641624c7
9
- tasty-bench-0.3
-
10
# Look at https://stackoverflow.com/questions/70045586/could-not-find-module-system-console-mintty-win32-when-compiling-test-framework
11
flags:
12
mintty:
0 commit comments