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 a29244e commit c5de54cCopy full SHA for c5de54c
cabal.project
@@ -1,6 +1,14 @@
1
packages: .
2
tests/
3
4
-if impl (ghc >= 9.12)
+tests: True
5
+
6
+test-show-details: direct
7
8
+if impl (ghc >= 9.14)
9
allow-newer:
10
+ , directory:time
11
+ , primitive:base
12
, splitmix:base
13
+ , tagged:template-haskell
14
+ , test-framework:time
vty.cabal
@@ -51,7 +51,8 @@ library
51
utf8-string >= 0.3 && < 1.1,
52
vector >= 0.7,
53
binary,
54
- parsec,
+ -- Earlier versions have an identifier clash with mtl.
55
+ parsec >= 3.1.18,
56
filepath,
57
directory
58
0 commit comments