haskus / packages

Haskus packages
https://haskus.org/
24 stars 11 forks source link

Use asm foreign file in Haskus.Memory.Embed #22

Open hsyl20 opened 5 years ago

hsyl20 commented 5 years ago

GHC now supports asm files with addForeignFilePath (see https://gitlab.haskell.org/ghc/ghc/issues/16180). Use this instead of asm inlined into a c file.