Skip to content

cabal install implicit-hie command fails for ghc2021 and ghc2024 #57

Open
@rajcspsg

Description

@rajcspsg

Hi,

I'm trying to setup haskell IDE in neovim.

I would like to generate hie.yaml file using implicit-hie https://hackage.haskell.org/package/implicit-hie.

I can only install (cabal install implicit-hie) for cabal project and Haskell 2010 version.

The above command fails for GHC2021 and GHC2024.

Steps to recreate -

  1. cabal init new-project
  2. choose Haskell2010
  3. Run cabal install implicit-hie

This is should work fine.

  1. cabal init new-project
  2. choose GHC2021
  3. Run cabal install implicit-hie
    This should fail

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