From 76474842efbd7d40ce5b2cb4b3b67e74852c91ea Mon Sep 17 00:00:00 2001 From: Pasqualino Titto Assini Date: Sun, 6 Aug 2023 15:09:54 +0200 Subject: [PATCH] prefer cabal to stack --- zm.cabal | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/zm.cabal b/zm.cabal index c4edd1d..13647eb 100644 --- a/zm.cabal +++ b/zm.cabal @@ -12,10 +12,9 @@ copyright: Copyright: (c) 2016-2023 Pasqualino `Titto` Assini cabal-version: >=1.10 build-type: Simple tested-with: GHC ==8.10.7 || ==9.2.5 || ==9.4.3 -extra-source-files: - stack.yaml - README.md +extra-source-files: README.md +-- stack.yaml source-repository head type: git location: https://github.com/Quid2/zm