Skip to content

Commit

Permalink
devel/hs-haskell-language-server: update to 2.6.0.0, remove ghc810
Browse files Browse the repository at this point in the history
  • Loading branch information
Awoonyaa authored and arrowd committed Feb 1, 2024
1 parent ffd7942 commit ca70a41
Show file tree
Hide file tree
Showing 6 changed files with 864 additions and 1,099 deletions.
10 changes: 3 additions & 7 deletions devel/hs-haskell-language-server/Makefile
@@ -1,6 +1,5 @@
PORTNAME= haskell-language-server
DISTVERSION= 2.0.0.0
PORTREVISION= 1
DISTVERSION= 2.6.0.0
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
Expand All @@ -11,17 +10,14 @@ LICENSE= APACHE20

BROKEN_aarch64= compiler crashes

FLAVORS= default ghc810 ghc92
FLAVORS= default ghc92
FLAVOR?= ${FLAVORS:[1]}
.if ${FLAVOR:U} != default
PKGNAMESUFFIX= -${FLAVOR}
.endif

# Do not use a flavor helper to let Uses/cabal.mk machinery to kick in
.if ${FLAVOR:U} == ghc810
BUILD_DEPENDS= ghc-8.10.7:lang/ghc810
GHC_VERSION= 8.10.7
.elif ${FLAVOR:U} == ghc92
.if ${FLAVOR:U} == ghc92
BUILD_DEPENDS= ghc-9.2.8:lang/ghc92
GHC_VERSION= 9.2.8
.endif
Expand Down

0 comments on commit ca70a41

Please sign in to comment.