diff --git a/cabal.project b/cabal.project index 90ca605..5b99d52 100644 --- a/cabal.project +++ b/cabal.project @@ -2,7 +2,7 @@ packages: ./ tests: True -flags: +book +flags: -book documentation: True diff --git a/cabal.project.release b/cabal.project.release new file mode 100644 index 0000000..90ca605 --- /dev/null +++ b/cabal.project.release @@ -0,0 +1,9 @@ +packages: ./ + +tests: True + +flags: +book + +documentation: True + +test-show-details: direct diff --git a/text-display.cabal b/text-display.cabal index a452a6d..d9f3543 100644 --- a/text-display.cabal +++ b/text-display.cabal @@ -15,7 +15,7 @@ maintainer: Hécate Moonlight license: MIT build-type: Simple tested-with: - 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 extra-source-files: LICENSE