From 79fb72286decf927c874fd03f7a83cf234cb080c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9cate?= Date: Mon, 13 May 2024 09:49:08 +0200 Subject: [PATCH] Use GHC 9.10 (#38) --- cabal.project | 2 +- get-tested.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cabal.project b/cabal.project index edf5aed..356e81d 100644 --- a/cabal.project +++ b/cabal.project @@ -1,6 +1,6 @@ packages: ./ -with-compiler: ghc-9.8 +with-compiler: ghc-9.10 optimization: 2 diff --git a/get-tested.cabal b/get-tested.cabal index 0b911cc..057ff98 100644 --- a/get-tested.cabal +++ b/get-tested.cabal @@ -9,7 +9,7 @@ license: BSD-3-Clause license-file: LICENSE author: Hécate Moonlight maintainer: hecate+github@glitchbra.in -tested-with: GHC ==9.8.2 +tested-with: GHC ==9.10.1 -- copyright: category: Development