Compare commits

..

5 Commits

Author SHA1 Message Date
George Thomas
2ed609fadb Script the full build 2026-03-24 11:23:12 +00:00
George Thomas
ef625c307d Symlink static lib instead of copying
This means we need to run the script much less often.
2026-03-24 11:22:41 +00:00
George Thomas
f10c7a29a7 Revert "Ditch Bash script for custom setup"
This reverts commit 1f1c0d959da699ce04f7951ecbcdb7976c8c0750.

This doesn't work well with multi-component builds. For example, it requires `"haskell.sessionLoading": "singleComponent"` in VSCode, which makes HLS work less reliably.
2026-03-24 11:17:31 +00:00
George Thomas
1f1c0d959d Ditch Bash script for custom setup 2026-03-24 11:17:26 +00:00
George Thomas
6d6bb4ba58 Move bindings generation to Rust build script 2026-03-24 11:13:57 +00:00

View File

@ -15,7 +15,6 @@ module GarnetRs.Raw where
-- {-# LANGUAGE ExplicitLevelImports #-} -- {-# LANGUAGE ExplicitLevelImports #-}
-- import HsBindgen.Runtime.LibC qualified -- import HsBindgen.Runtime.LibC qualified
-- import splice Data.List -- import splice Data.List
-- import splice Data.Text qualified as T
-- import splice Data.Tuple.Extra -- import splice Data.Tuple.Extra
-- import splice HsBindgen.TH -- import splice HsBindgen.TH
-- import splice Language.Haskell.TH -- import splice Language.Haskell.TH