From 99a5a2f95138b84a6ea75ed8d69b44b1159722c0 Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Mon, 21 Jun 2021 14:59:59 -0500 Subject: [PATCH] update tested-with and enable github actions CI --- svg-builder.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/svg-builder.cabal b/svg-builder.cabal index d09cfb0..bcc2ee3 100644 --- a/svg-builder.cabal +++ b/svg-builder.cabal @@ -12,6 +12,7 @@ category: Graphics build-type: Simple extra-source-files: README.md cabal-version: >=1.10 +tested-with: GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4 || ==9.0.1 source-repository head type: git