Skip to content

Commit efb265c

Browse files
20250818 dependency updates (#11)
* flake.lock: Update Flake lock file updates: • Updated input 'bellroy-nix-foss': 'github:bellroy/bellroy-nix-foss/fbbc4fed2d812e8417857ffc9451d7c6f1242d43?narHash=sha256-Fu4lFidcFBEoFaevUwf4Vkb3Jv%2BZbPuN82NZCFEym8g%3D' (2025-06-24) → 'github:bellroy/bellroy-nix-foss/72c4b556f2859a984a1eafed20bcb2027bf8d675?narHash=sha256-a650biN/2i36oG5TJVndTklSz50vNuoLFMh67fVvqWQ%3D' (2025-08-18) • Updated input 'bellroy-nix-foss/git-hooks': 'github:cachix/git-hooks.nix/fae816c55a75675f30d18c9cbdecc13b970d95d4?narHash=sha256-uLtw0iF9mQ94L831NOlQLPX9wm0qzd5yim3rcwACEoM%3D' (2025-06-23) → 'github:cachix/git-hooks.nix/4b04db83821b819bbbe32ed0a025b31e7971f22e?narHash=sha256-I0Ok1OGDwc1jPd8cs2VvAYZsHriUVFGIUqW%2B7uSsOUM%3D' (2025-08-17) • Updated input 'bellroy-nix-foss/git-hooks/flake-compat': 'github:edolstra/flake-compat/0f9255e01c2351cc7d116c072cb317785dd33b33?narHash=sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U%3D' (2023-10-04) → 'github:edolstra/flake-compat/9100a0f413b0c601e0533d1d94ffd501ce2e7885?narHash=sha256-CIVLLkVgvHYbgI2UpXvIIBJ12HWgX%2BfjA8Xf8PUmqCY%3D' (2025-05-12) • Updated input 'bellroy-nix-foss/nixpkgs': 'github:NixOS/nixpkgs/3078b9a9e75f1790e6d6ef9955fdc6a2d1740cc6?narHash=sha256-xT8cPLTxlktxI9vSdoBlAVK7dXgd8IK59j7ZwzkkhnI%3D' (2025-06-22) → 'github:NixOS/nixpkgs/32f313e49e42f715491e1ea7b306a87c16fe0388?narHash=sha256-nNaeJjo861wFR0tjHDyCnHs1rbRtrMgxAKMoig9Sj/w%3D' (2025-08-15) * Add support for 9.12 * Remove the bytestring dependency * Revert "Remove the bytestring dependency" This reverts commit 6b28e09. * Use less-strict bounds on bytestring
1 parent 731272e commit efb265c

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

flake.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"ghc96"
1212
"ghc98"
1313
"ghc910"
14+
"ghc912"
1415
];
1516
defaultCompiler = "ghc910";
1617
};

github-actions.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ extra-source-files:
2424
test/golden/configuration-main.hs.txt
2525
test/golden/configuration-main.yml
2626

27-
tested-with: GHC ==9.6.6 || ==9.8.2 || ==9.10.1
27+
tested-with: GHC ==9.6.6 || ==9.8.2 || ==9.10.1 || ==9.12.1
2828

2929
common opts
3030
default-language: Haskell2010
@@ -82,7 +82,7 @@ test-suite spec
8282
other-modules: Language.Github.Actions.WorkflowTest
8383
build-tool-depends: tasty-discover:tasty-discover ^>=4.2.2
8484
build-depends:
85-
, bytestring ==0.11.5.3 || ==0.12.1.0
85+
, bytestring ^>=0.11.4.0 || ^>=0.12.0.2
8686
, filepath ^>=1.4 || ^>=1.5
8787
, github-actions
8888
, pretty-show ^>=1.10

0 commit comments

Comments
 (0)