robstewart57/dblp2bibtex

Compiling Text.Bibtex.ListPapers fails on Windows Haskell Platform

Closed this issue · 2 comments

cabal install
Resolving dependencies...
Configuring dblp2bibtex-0.0.2...
Building dblp2bibtex-0.0.2...
Preprocessing library dblp2bibtex-0.0.2...
[1 of 3] Compiling Text.Bibtex.ListPapers ( Text\Bibtex\ListPapers.hs, dist\build\Text\Bibtex\ListPapers.o)

Text\Bibtex\ListPapers.hs:11:23:
Not in scope: data constructor `TypedLiteral'
cabal: Error: some packages failed to install:
dblp2bibtex-0.0.2 failed during the building phase. The exception was:
ExitFailure 1

Using the current Haskell Platform release (HaskellPlatform-2012.2.0.0). Apologies if this is something basic!

Thanks for the report! I've pushed changes that should resolve this compilation issue. Would you mind trying again and let me know how you get on?

$ git pull
$ cabal update
$ cabal clean
$ cabal install

Many thanks for the fast reply. It now works perfectly!