bump to hs-bindgen and libclang to latest...

had hoped this might solve the weird field naming but alas - should just report issue
This commit is contained in:
George Thomas 2026-04-14 01:11:16 +01:00
parent e20348c2b3
commit cf9e36e9df
2 changed files with 7 additions and 8 deletions

13
flake.lock generated
View File

@ -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": {

View File

@ -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";