Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sergv committed Nov 5, 2023
1 parent 8e03bfd commit 6e64456
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ it has a couple of issues that are not going to be solved any time soon:

## FAQ
### How do I start writing my own extensions?
Some day there will be a proper tutorial for using this package.
For the time being the best place to start is
See tutorial at https://github.com/sergv/emacs-module/blob/master/Tutorial.md.

Also check out
[this package’s tests](https://github.com/sergv/emacs-module/blob/master/test/src/Emacs/TestsInit.hs).

### What about Windows?
Expand All @@ -51,9 +52,6 @@ extensions that can manipulate Emacs values directly, without
marhsalling. In this approach, an extension will look like a shared
library/dll that can be loaded by standard emacs with `(load "/tmp/libmy-ext.so")`.

### Is there a tutorial?
It’s at https://github.com/sergv/emacs-module/blob/master/Tutorial.md.

## Supported GHC versions

Tested with GHC `9.2`, `9.4`, `9.6`, `9.8`.

0 comments on commit 6e64456

Please sign in to comment.