diff --git a/flake.lock b/flake.lock index 7931079..1877bde 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1765244590, - "narHash": "sha256-61fTEaT29CGea38ZtDDe9kxO9sW5ZnZ0GF9xE3x/ZAM=", + "lastModified": 1771297770, + "narHash": "sha256-tbFGVRLVytQGQgZZkJAwyge6ISpojHiR7TxQws51jBA=", "owner": "bellroy", "repo": "bellroy-nix-foss", - "rev": "0e488fa3e441276104b92c2a06d02be73ff3b50c", + "rev": "a52e52ca9a21bd32f45662f43fceca9e0b30fe48", "type": "github" }, "original": { @@ -23,15 +23,15 @@ "flake-compat": { "flake": false, "locked": { - "lastModified": 1761588595, - "narHash": "sha256-XKUZz9zewJNUj46b4AJdiRZJAvSZ0Dqj2BNfXvFlJC4=", - "owner": "edolstra", + "lastModified": 1767039857, + "narHash": "sha256-vNpUSpF5Nuw8xvDLj2KCwwksIbjua2LZCqhV1LNRDns=", + "owner": "NixOS", "repo": "flake-compat", - "rev": "f387cd2afec9419c8ee37694406ca490c3f34ee5", + "rev": "5edf11c44bc78a0d334f6334cdaf7d60d732daab", "type": "github" }, "original": { - "owner": "edolstra", + "owner": "NixOS", "repo": "flake-compat", "type": "github" } @@ -64,11 +64,11 @@ ] }, "locked": { - "lastModified": 1765016596, - "narHash": "sha256-rhSqPNxDVow7OQKi4qS5H8Au0P4S3AYbawBSmJNUtBQ=", + "lastModified": 1770726378, + "narHash": "sha256-kck+vIbGOaM/dHea7aTBxdFYpeUl/jHOy5W3eyRvVx8=", "owner": "cachix", "repo": "git-hooks.nix", - "rev": "548fc44fca28a5e81c5d6b846e555e6b9c2a5a3c", + "rev": "5eaaedde414f6eb1aea8b8525c466dc37bba95ae", "type": "github" }, "original": { @@ -101,16 +101,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1764947035, - "narHash": "sha256-EYHSjVM4Ox4lvCXUMiKKs2vETUSL5mx+J2FfutM7T9w=", + "lastModified": 1771216249, + "narHash": "sha256-FNEmjUiwVcbaMx+DLNAPyEZMdw4ASGvEqJaswcJVRDc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "a672be65651c80d3f592a89b3945466584a22069", + "rev": "7cdb2c9a4f4ec945cdd8348800b9205e5069b48f", "type": "github" }, "original": { "id": "nixpkgs", - "ref": "nixpkgs-unstable", + "ref": "nixpkgs-25.11-darwin", "type": "indirect" } }, diff --git a/github-actions.cabal b/github-actions.cabal index ac03610..1fa9afe 100644 --- a/github-actions.cabal +++ b/github-actions.cabal @@ -24,7 +24,7 @@ extra-source-files: test/golden/configuration-main.hs.txt test/golden/configuration-main.yml -tested-with: GHC ==9.6.6 || ==9.8.2 || ==9.10.1 || ==9.12.1 +tested-with: GHC ==9.6.7 || ==9.8.4 || ==9.10.3 || ==9.12.2 common opts default-language: Haskell2010 @@ -38,9 +38,9 @@ common opts common deps build-depends: , aeson ^>=2.2.3.0 - , base >=4.14 && <4.22 + , base >=4.14 && <4.23 , containers ^>=0.6.7 || ^>=0.7 || ^>=0.8 - , hedgehog ^>=1.5 + , hedgehog ^>=1.5 || ^>=1.6 || ^>=1.7 , hoist-error ^>=0.3 , string-interpolate ^>=0.3.3 , text ^>=1.2.4.1 || ^>=2.0.2 || ^>=2.1.1 @@ -87,7 +87,7 @@ test-suite spec , github-actions , pretty-show ^>=1.10 , tasty ^>=1.5 - , tasty-discover ^>=5.0.0 + , tasty-discover ^>=5.0.0 || ^>=5.1.0 || ^>=5.2.0 , tasty-golden ^>=2.3.5 , tasty-golden-extra ^>=0.1.0 , tasty-hedgehog ^>=1.4.0.0