From 7a078081151fa72cd7e1e76c2b3fc8e653745323 Mon Sep 17 00:00:00 2001 From: George Thomas Date: Tue, 14 Apr 2026 01:11:16 +0100 Subject: [PATCH] bump to `hs-bindgen` and `libclang` to latest... had hoped this might solve the weird field naming but alas - should just report issue --- flake.lock | 13 ++++++------- flake.nix | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 2bf8eae..626ef97 100644 --- a/flake.lock +++ b/flake.lock @@ -527,16 +527,15 @@ "hs-bindgen-src": { "flake": false, "locked": { - "lastModified": 1774599157, - "narHash": "sha256-jgV67xhWzxMwyiyy5RPtu+VQvGTt+FoMXCWJcZ7lczY=", + "lastModified": 1776078838, + "narHash": "sha256-f8SE6IuACy8bzIX+EOYTpekaAI/TOQ3zTwJKJmHl3LY=", "owner": "well-typed", "repo": "hs-bindgen", - "rev": "3c4af10590d0d09e825a9735e9a03d7f60914e21", + "rev": "ca714aca1ed941271ac248488c9a469554c5b470", "type": "github" }, "original": { "owner": "well-typed", - "ref": "release-0.1-alpha2", "repo": "hs-bindgen", "type": "github" } @@ -561,11 +560,11 @@ "libclang-src": { "flake": false, "locked": { - "lastModified": 1774600891, - "narHash": "sha256-LTAyNMY4Vu0vPeEq2wXB0KWY4kGtqtHTRmADjLdkv78=", + "lastModified": 1775645278, + "narHash": "sha256-JWARcbqH432vWcCvQ2bagTXBka8sCRNAnK1qOmnLWKw=", "owner": "well-typed", "repo": "libclang", - "rev": "1054474fae403bfb52c7919680cac03d3d3d4237", + "rev": "bf574efcb492d2738d8a82b6ce556f840ff92778", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 2797b05..7f9080f 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ nix-haskell.url = "github:reflex-frp/nix-haskell"; nixpkgs.follows = "nix-haskell/nixpkgs"; hls-src = { url = "github:haskell/haskell-language-server/2.13.0.0"; flake = false; }; - hs-bindgen-src = { url = "github:well-typed/hs-bindgen/release-0.1-alpha2"; flake = false; }; + hs-bindgen-src = { url = "github:well-typed/hs-bindgen"; flake = false; }; libclang-src = { url = "github:well-typed/libclang"; flake = false; }; flake-utils.url = "github:numtide/flake-utils"; crane.url = "github:ipetkov/crane";