We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4124871 commit 6d79e19Copy full SHA for 6d79e19
2 files changed
Changelog.md
@@ -1,3 +1,7 @@
1
+# 0.3
2
+
3
+- Add `extractByteString` function to the `EmacsMonad` class
4
5
# 0.2.1.1
6
7
- Fix build with GHC 9.10.1
emacs-module.cabal
@@ -3,7 +3,7 @@ cabal-version: 3.0
name:
emacs-module
version:
- 0.2.1.1
+ 0.3
category: Foreign, Foreign binding
8
9
synopsis:
@@ -29,11 +29,12 @@ author:
29
maintainer:
30
Sergey Vinokurov <serg.foo@gmail.com>
31
tested-with:
32
- , GHC == 9.2.8
33
- , GHC == 9.4.7
34
- , GHC == 9.6.3
35
- , GHC == 9.8.1
36
- , GHC == 9.10.1
+ , GHC == 9.2
+ , GHC == 9.4
+ , GHC == 9.6
+ , GHC == 9.8
+ , GHC == 9.10
37
+ , GHC == 9.12
38
39
extra-source-files:
40
cbits/emacs-module.h
0 commit comments