interesting error opportunities

This commit is contained in:
mtgmonkey
2025-12-16 01:26:03 +01:00
parent c761796c3f
commit 0ef5d0590d
3 changed files with 14045 additions and 15 deletions

13
flake.lock generated
View File

@@ -25,15 +25,16 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1765557367, "lastModified": 1765785261,
"narHash": "sha256-GMD8TF7TC9uvzd3SGMQp4pQyS4875IUhrNWJ5jgP7KQ=", "narHash": "sha256-VIoBzgKQCgxJLQQMQ5r3cYpkxlKOTJIexeCCBu+TO4Q=",
"owner": "well-typed", "owner": "well-typed",
"repo": "hs-bindgen", "repo": "hs-bindgen",
"rev": "8ae66be2d8fbcd47024c168620ea198e2f23bfd9", "rev": "e2af56a0e9f7aebed6104bb1181aa465f2050d29",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "well-typed", "owner": "well-typed",
"ref": "dom/1415/bug-report",
"repo": "hs-bindgen", "repo": "hs-bindgen",
"type": "github" "type": "github"
} }
@@ -87,11 +88,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1765425892, "lastModified": 1765772535,
"narHash": "sha256-jlQpSkg2sK6IJVzTQBDyRxQZgKADC2HKMRfGCSgNMHo=", "narHash": "sha256-aq+dQoaPONOSjtFIBnAXseDm9TUhIbe215TPmkfMYww=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5d6bdbddb4695a62f0d00a3620b37a15275a5093", "rev": "09b8fda8959d761445f12b55f380d90375a1d6bb",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -1,7 +1,8 @@
{ {
inputs = { inputs = {
nixpkgs.url = "nixpkgs/nixpkgs-unstable"; nixpkgs.url = "nixpkgs/nixpkgs-unstable";
hs-bindgen.url = "github:well-typed/hs-bindgen"; # hs-bindgen.url = "github:well-typed/hs-bindgen";
hs-bindgen.url = "github:well-typed/hs-bindgen/dom/1415/bug-report";
}; };
outputs = { outputs = {
nixpkgs, nixpkgs,

File diff suppressed because it is too large Load Diff