Subject: CVS commit: pkgsrc/devel/hs-hie-bios
From: Masatake Daimon
Date: 2022-02-16 10:21:09
Message id: 20220216092109.9794EFB24@cvs.NetBSD.org

Log Message:
devel/hs-hie-bios: import hs-hie-bios-0.8.1

hie-bios is the way to specify how haskell-language-server and ghcide set
up a GHC API session.

Given a Haskell project that is managed by Stack, Cabal, or other package
tools, haskell-language-server needs to know the full set of flags to pass
to GHC in order to build the project. These flags might contain some
compilation options like -O2, but a lot of the time they are package
dependencies such as -package-id directory-1.3.6.0, which also need to be
built beforehand. hie-bios satisfies both these needs.

Files:
RevisionActionfile
1.1addpkgsrc/devel/hs-hie-bios/DESCR
1.1addpkgsrc/devel/hs-hie-bios/Makefile
1.1addpkgsrc/devel/hs-hie-bios/PLIST
1.1addpkgsrc/devel/hs-hie-bios/buildlink3.mk
1.1addpkgsrc/devel/hs-hie-bios/distinfo