From defd967b9484a0c2af54e6f72f9d4c7f1ef59df0 Mon Sep 17 00:00:00 2001 From: andromeda Date: Sun, 26 Apr 2026 16:21:29 +0200 Subject: use template haskell --- cabal.project | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 cabal.project (limited to 'cabal.project') diff --git a/cabal.project b/cabal.project new file mode 100644 index 0000000..f69a7fd --- /dev/null +++ b/cabal.project @@ -0,0 +1,30 @@ +packages: . + +source-repository-package + type: git + location: https://github.com/well-typed/hs-bindgen + tag: 3c4af10590d0d09e825a9735e9a03d7f60914e21 + subdir: hs-bindgen + +source-repository-package + type: git + location: https://github.com/well-typed/hs-bindgen + tag: 3c4af10590d0d09e825a9735e9a03d7f60914e21 + subdir: hs-bindgen-runtime + +source-repository-package + type: git + location: https://github.com/well-typed/hs-bindgen + tag: 3c4af10590d0d09e825a9735e9a03d7f60914e21 + subdir: c-expr-runtime + +source-repository-package + type: git + location: https://github.com/well-typed/hs-bindgen + tag: 3c4af10590d0d09e825a9735e9a03d7f60914e21 + subdir: c-expr-dsl + +source-repository-package + type: git + location: https://github.com/well-typed/libclang + tag: cdbf817187a261ebf8c31b32c85c5693eedf298d -- cgit v1.3.1