From c8327d6043926f9cb1761604ef6defc0f05734fc Mon Sep 17 00:00:00 2001 From: Yvan Sraka Date: Wed, 6 Dec 2023 11:54:37 +0100 Subject: [PATCH] Add `cargo-cabal` to the list (#20) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5817548..9e046a7 100644 --- a/README.md +++ b/README.md @@ -352,6 +352,8 @@ Policy.* * [`cabal2bazel`](https://github.com/google/cabal2bazel): A tool to help with fetching Cabal packages from Hackage and importing them as packages into `cabal2bazel`. + * [`cargo-cabal`](https://github.com/yvan-sraka/cargo-cabal): + A tool that helps you to turn in one command a Rust crate into a Haskell Cabal library. * [`jenga`](https://hackage.haskell.org/package/jenga): Generate a `cabal.freeze` file from a `stack.yaml`. * [`stack2cabal`](https://hackage.haskell.org/package/stack2cabal):