garnet/cabal.project

24 lines
766 B
Plaintext
Raw Normal View History

2026-02-19 14:15:14 +00:00
packages: .
2026-02-17 14:57:34 +00:00
-- https://well-typed.com/blog/2026/02/hs-bindgen-alpha
-- Haskell.nix doesn't seem to like `tag: release-0.1-alpha`, which the blog post suggests
-- so we specify the equivalent commit SHAs manually instead
source-repository-package
type: git
2026-02-20 09:09:12 +00:00
location: https://github.com/georgefst/hs-bindgen
tag: 3693360bcd1f8478932c4944c70baca7c4ecf950
subdir: c-expr-dsl c-expr-runtime hs-bindgen hs-bindgen-runtime
2026-02-20 09:09:12 +00:00
--sha256: lV2FwS80iHhJU6iie/F24W4dYV+vvmeTu6465NLnOb4=
source-repository-package
type: git
location: https://github.com/well-typed/libclang
tag: b5ff712c91c039cde6720ffe2096a121d9f4d802
--sha256: 1lwjdxd2ahhkvyxrpli7z9z7ss4l94m2jaif8kg1i2yygbhksrb3
2026-02-17 14:57:34 +00:00
allow-newer:
*:base,
*:containers,
*:template-haskell,
*:text,
*:time,