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 4c4783b commit 080b32aCopy full SHA for 080b32a
stack.yaml
@@ -1,8 +1,8 @@
1
packages:
2
- '.'
3
-resolver: lts-18.18
+resolver: lts-23.27
4
extra-deps:
5
-- unicode-data-0.2.0
+- unicode-data-0.8.0
6
- tasty-bench-0.3
7
8
# Look at https://stackoverflow.com/questions/70045586/could-not-find-module-system-console-mintty-win32-when-compiling-test-framework
unicode-transforms.cabal
@@ -88,7 +88,7 @@ library
88
ghc-options: -Wall -fwarn-identities -fwarn-incomplete-record-updates -fwarn-incomplete-uni-patterns -fwarn-tabs
89
build-depends:
90
base >= 4.8 && < 4.22
91
- , unicode-data >= 0.2 && < 0.7
+ , unicode-data >= 0.2 && < 0.9
92
, bytestring >= 0.9 && < 0.13
93
, ghc-prim >= 0.2 && < 0.14
94
0 commit comments