neovimhaskell / nvim-hs

Neovim API for Haskell plugins as well as the plugin provider
Other
267 stars 18 forks source link

Build Error "async" #36

Closed gibiansky closed 9 years ago

gibiansky commented 9 years ago

On my system, cloning my fork and running stack build yields the following:

nvim-hs-0.0.5: build
Preprocessing library nvim-hs-0.0.5...

library/Neovim/Classes.hs:4:14: Warning:
    -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS
[18 of 27] Compiling Neovim.API.String ( library/Neovim/API/String.hs, .stack-work/dist/x86_64-osx/Cabal-1.22.2.0/build/Neovim/API/String.o )

library/Neovim/API/String.hs:23:3: No entry forObjectBinary "async"

--  While building package nvim-hs-0.0.5 using:
      /Users/silver/.stack/programs/x86_64-osx/ghc-7.10.1/bin/runhaskell -package=Cabal-1.22.2.0 -clear-package-db -global-package-db -package-db=/Users/silver/.stack/snapshots/x86_64-osx/nightly-2015-07-25/7.10.1/pkgdb/ /var/folders/0l/vg6g5pdd32l6ggh_xdngnkwh0000gn/T/stack42345/Setup.hs --builddir=.stack-work/dist/x86_64-osx/Cabal-1.22.2.0/ build exe:nvim-hs --ghc-options -hpcdir .stack-work/dist/x86_64-osx/Cabal-1.22.2.0/hpc/.hpc/ -ddump-hi -ddump-to-file
    Process exited with code: ExitFailure 1

Is something wrong with my neovim? Or what?

gibiansky commented 9 years ago

Looks like i just needed a more recent nvim.

saep commented 9 years ago

Sorry about that, but I don't really care about backwards compatibility until there is a proper release of neovim (which is due in September).

gibiansky commented 9 years ago

That's why I closed the issue. I opened it because I had no idea a more recent nvim may be necessary. Everything is good now.