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 cd34d6f commit c7c6586Copy full SHA for c7c6586
cabal.project
@@ -2,7 +2,7 @@ packages: ./
2
3
tests: True
4
5
-flags: +book
+flags: -book
6
7
documentation: True
8
cabal.project.release
@@ -0,0 +1,9 @@
1
+packages: ./
+
+tests: True
+flags: +book
+documentation: True
9
+test-show-details: direct
text-display.cabal
@@ -15,7 +15,7 @@ maintainer: Hécate Moonlight
15
license: MIT
16
build-type: Simple
17
tested-with:
18
- GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.7 || ==9.6.3 || ==9.8.1
+ GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.7 || ==9.6.4 || ==9.8.2
19
20
extra-source-files:
21
LICENSE
0 commit comments