From 1045267e13d22d5f34352fc55dfc24bafa3e4da4 Mon Sep 17 00:00:00 2001 From: Hugh Davidson <32408698+Tristano8@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:54:03 +1100 Subject: [PATCH] Feat/dep updates 050324 (#18) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * flake.lock: Update Flake lock file updates: • Updated input 'flake-utils': 'github:numtide/flake-utils/4022d587cbbfd70fe950c1e2083a02621806a725' (2023-12-04) → 'github:numtide/flake-utils/d465f4819400de7c8d874d50b982301f28a84605' (2024-02-28) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/eef6384e98b48f0c12f8e74a387f4427959f1bdf' (2023-12-11) → 'github:nixos/nixpkgs/08a2dc8fd3196a6efbb9a0d0b160ab4e452e19bc' (2024-03-05) * Loosen base bounds * Test with GHC 9.8.1 --- .github/workflows/haskell-ci.yml | 5 +++++ cached-io.cabal | 4 ++-- flake.lock | 12 ++++++------ flake.nix | 1 + 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 0e01f46..34ec64d 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -28,6 +28,11 @@ jobs: strategy: matrix: include: + - compiler: ghc-9.8.1 + compilerKind: ghc + compilerVersion: 9.8.1 + setup-method: ghcup + allow-failure: false - compiler: ghc-9.6.2 compilerKind: ghc compilerVersion: 9.6.2 diff --git a/cached-io.cabal b/cached-io.cabal index 52093e9..b27a29d 100644 --- a/cached-io.cabal +++ b/cached-io.cabal @@ -12,7 +12,7 @@ author: SumAll, Inc. maintainer: Bellroy Tech Team category: Development build-type: Simple -tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.5 || ==9.6.2 +tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.5 || ==9.6.2 || ==9.8.1 extra-source-files: CHANGELOG.md README.md @@ -22,7 +22,7 @@ source-repository head location: https://github.com/bellroy/haskell-cached-io.git common deps - build-depends: base >=4.13.0.0 && <4.19 + build-depends: base >=4.13.0.0 && <4.20 library import: deps diff --git a/flake.lock b/flake.lock index 99163c8..2d38fdc 100644 --- a/flake.lock +++ b/flake.lock @@ -5,11 +5,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1701680307, - "narHash": "sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8=", + "lastModified": 1709126324, + "narHash": "sha256-q6EQdSeUZOG26WelxqkmR7kArjgWCdw5sfJVHPH/7j8=", "owner": "numtide", "repo": "flake-utils", - "rev": "4022d587cbbfd70fe950c1e2083a02621806a725", + "rev": "d465f4819400de7c8d874d50b982301f28a84605", "type": "github" }, "original": { @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1702332876, - "narHash": "sha256-Fno6z8xYd2oORvtFuojguIY6Y6HCGHTfxdymgVQ+lRM=", + "lastModified": 1709608591, + "narHash": "sha256-d3KGhAaERREKkqc4NOsEg/MayQ1BjUOCueuHF86U3eA=", "owner": "nixos", "repo": "nixpkgs", - "rev": "eef6384e98b48f0c12f8e74a387f4427959f1bdf", + "rev": "08a2dc8fd3196a6efbb9a0d0b160ab4e452e19bc", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index f48489d..77252d4 100644 --- a/flake.nix +++ b/flake.nix @@ -21,6 +21,7 @@ "ghc92" "ghc94" "ghc96" + "ghc98" ]; packages = builtins.listToAttrs (