2022-08-23 14:11:13 by Thomas Klausner | Files touched by this commit (2) |
Log message: hs-hie-bios: allow building with current hs-aeson and hs-vector |
2022-08-22 12:13:26 by Thomas Klausner | Files touched by this commit (80) |
Log message: *: bump for hs-vector-algorithms buildlink3.mk change |
2022-08-20 10:08:24 by Thomas Klausner | Files touched by this commit (211) |
Log message: hs*: recursive bump for new dependencies needed for hs-aeson, hs-vector |
2022-02-26 09:41:28 by Masatake Daimon | Files touched by this commit (1) |
Log message: devel/hs-hie-bios: Generate shell completion scripts with optparse-applicative |
2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872) |
Log message: Bump all Haskell packages after enabling "split sections" in mk/haskell.mk |
2022-02-16 10:21:09 by Masatake Daimon | Files touched by this commit (5) |
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. |