Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current git-build is failing to install (and failing in Travis) #403

Closed
wfaler opened this issue Dec 27, 2014 · 1 comment
Closed

Current git-build is failing to install (and failing in Travis) #403

wfaler opened this issue Dec 27, 2014 · 1 comment

Comments

@wfaler
Copy link

wfaler commented Dec 27, 2014

Probably obvious from the build failure, but just tried to install haskell-mode via el-get and it fails around the same place that some new code has been introduced and subsequently fails in Travis as well:

sed -e 's/@@GIT_VERSION@@/13.10-301-g6e48791/g;s/@GIT_VERSION@/13.10-301-g6e48791 /g;s/@@Version@@/13.10/g;s/@Version@|
/13.10/g' < haskell-mode.el > haskell-mode.tmp.el |
|
In toplevel form: |
haskell-mode.tmp.el:316:8:Error: Wrong type argument: sequencep, end |
make: *** [haskell-mode.elc] Error 1 |

@iquiw
Copy link
Contributor

iquiw commented Dec 28, 2014

Changing destructuring-bind to cl-destructuring-bind in haskell-spanable-pos-at-point seems to solve it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants