From 3737d69d3ddd4934f437ec67d609de028795ffff Mon Sep 17 00:00:00 2001 From: Raveline Date: Thu, 4 Apr 2024 14:17:19 +0200 Subject: [PATCH] Drop subdirectory cabal.project --- tracing-effectful/cabal.project | 3 --- tracing-effectful/tracing-effectful.cabal | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 tracing-effectful/cabal.project diff --git a/tracing-effectful/cabal.project b/tracing-effectful/cabal.project deleted file mode 100644 index dc765d1..0000000 --- a/tracing-effectful/cabal.project +++ /dev/null @@ -1,3 +0,0 @@ -packages: - . - ../ diff --git a/tracing-effectful/tracing-effectful.cabal b/tracing-effectful/tracing-effectful.cabal index 7dacdb2..f85e638 100644 --- a/tracing-effectful/tracing-effectful.cabal +++ b/tracing-effectful/tracing-effectful.cabal @@ -12,8 +12,7 @@ description: build-type: Simple extra-doc-files: CHANGELOG.md -tested-with: - GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.4 || ==9.8.2 +tested-with: GHC == { 8.10.7, 9.0.2, 9.2.8, 9.4.8, 9.6.4, 9.8.2 } common language ghc-options: -Wall -Wcompat -Wno-unticked-promoted-constructors