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

Fail to build example #2

Open
Alaya-in-Matrix opened this issue Sep 7, 2016 · 2 comments
Open

Fail to build example #2

Alaya-in-Matrix opened this issue Sep 7, 2016 · 2 comments

Comments

@Alaya-in-Matrix
Copy link

Below is the error message:

make -C ext
make[1]: Entering directory '/home/alaya/tmp/markdown-ieee-pdf/ext'
ghc --make headers.hs
[1 of 1] Compiling Main             ( headers.hs, headers.o )

headers.hs:9:8:
    No instance for (ToJsonFilter (Inline -> [Inline]))
      (maybe you haven't applied enough arguments to a function?)
      arising from a use of ‘toJsonFilter’
    In the expression: toJsonFilter makeItStrong
    In an equation for ‘main’: main = toJsonFilter makeItStrong

headers.hs:12:27:
    Couldn't match expected type ‘Format’ with actual type ‘[Char]’
    In the first argument of ‘RawInline’, namely ‘"latex"’
    In the expression: RawInline "latex"
    In an equation for ‘latex’: latex = RawInline "latex"
Makefile:4: recipe for target 'headers' failed
make[1]: *** [headers] Error 1
make[1]: Leaving directory '/home/alaya/tmp/markdown-ieee-pdf/ext'
Makefile:14: recipe for target 'build/ieee_jrnl.tex' failed
make: *** [build/ieee_jrnl.tex] Error 2

The system of my PC is

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial

@Alaya-in-Matrix
Copy link
Author

ghc version on my PC is 7.10.2

@vrthra
Copy link
Owner

vrthra commented Sep 7, 2016

I am currently in the middle of thesis, with little time to debug in the short term :(, I will gladly accept any patches.

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