Skip to content

cabal install fails #1

Description

@ferrouswheel

Probably due to a newer version of ghc.

When trying to compile citeproc-hs 0.2, it says "-fglasgow-exts is deprecated"

Explicitly specifying a higher version "> 0.3", completes installation of all dependencies, but then

Building bibproc-0.1...
Preprocessing executable 'bib2sort' for bibproc-0.1...
[1 of 1] Compiling Main             ( bib2sort.hs, dist/build/bib2sort/bib2sort-tmp/Main.o )

bib2sort.hs:51:35:
    Couldn't match expected type `[Abbrev]'
                with actual type `Reference'
    Expected type: [[Abbrev]]
      Actual type: [Reference]
    In the second argument of `($)', namely `rs'
    In the expression: map (sort_ b) $ rs

(This is mostly a record for when I've learnt enough Haskell that I can decipher and fix it!)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions