packages feed

haskelisp 0.1.0.3 → 0.1.0.4

raw patch · 3 files changed

+3/−4 lines, 3 files

Files

README.md view
@@ -4,7 +4,7 @@  * Only tested with linux. * You need to build emacs with --with-modules configuration options-* You need to specify some ghc-options to make it work work+* You need to specify some ghc-options to make it work  Sample: 
cbits/stab.c view
@@ -1,6 +1,6 @@ #include <HsFFI.h> #include <string.h>-#include <emacs-module.h>+#include "./emacs-module.h" /* extern void __stginit_Lib(void); */  /* Declare mandatory GPL symbol.  */
haskelisp.cabal view
@@ -1,5 +1,5 @@ name: haskelisp-version: 0.1.0.3+version: 0.1.0.4 cabal-version: >=1.10 build-type: Simple license: GPL-3@@ -37,6 +37,5 @@     c-sources:         cbits/stab.c     default-language: Haskell2010-    include-dirs: cbits     hs-source-dirs: src