Skip to content

Commit

Permalink
devel/hs-ShellCheck: Fix build after GHC upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowd committed Mar 2, 2024
1 parent 9d6ec9a commit 24cb501
Show file tree
Hide file tree
Showing 2 changed files with 155 additions and 136 deletions.
77 changes: 40 additions & 37 deletions devel/hs-ShellCheck/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ShellCheck
DISTVERSION= 0.9.0
PORTREVISION= 1
CATEGORIES= devel haskell

MAINTAINER= ashish@FreeBSD.org
Expand All @@ -12,48 +13,50 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cabal

USE_CABAL= Diff-0.4.1 \
OneTuple-0.3.1_3 \
QuickCheck-2.14.2 \
OneTuple-0.4.1.1_1 \
QuickCheck-2.14.3 \
StateVar-1.2.2 \
aeson-2.1.1.0 \
assoc-1.0.2_3 \
attoparsec-0.14.4_2 \
base-compat-0.12.2 \
base-compat-batteries-0.12.2 \
base-orphans-0.8.7 \
bifunctors-5.5.14 \
comonad-5.0.8_1 \
aeson-2.2.1.0_1 \
assoc-1.1_1 \
base-orphans-0.9.1 \
bifunctors-5.6.1_2 \
comonad-5.0.8_2 \
contravariant-1.5.5 \
data-fix-0.3.2_3 \
data-fix-0.3.2_5 \
distributive-0.6.2.1_1 \
dlist-1.0 \
fgl-5.8.0.0 \
generically-0.1 \
hashable-1.4.1.0 \
indexed-traversable-0.1.2_2 \
indexed-traversable-instances-0.1.1.1 \
integer-logarithms-1.0.3.1_3 \
primitive-0.7.4.0 \
random-1.2.1.1 \
regex-base-0.94.0.2_1 \
regex-tdfa-1.3.2 \
scientific-0.3.7.0_3 \
semialign-1.2.0.1_3 \
semigroupoids-5.3.7 \
splitmix-0.1.0.4_1 \
strict-0.4.0.1_4 \
tagged-0.8.6.1_3 \
text-short-0.1.5_1 \
th-abstraction-0.4.5.0 \
these-1.1.1.1_6 \
time-compat-1.9.6.1_4 \
dlist-1.0_1 \
fgl-5.8.2.0 \
generically-0.1.1_2 \
hashable-1.4.3.0_1 \
indexed-traversable-0.1.3 \
indexed-traversable-instances-0.1.1.2_2 \
integer-conversion-0.1.0.1_1 \
integer-logarithms-1.0.3.1_5 \
network-uri-2.6.4.2_1 \
primitive-0.9.0.0 \
random-1.2.1.2 \
regex-base-0.94.0.2_4 \
regex-tdfa-1.3.2.2_2 \
scientific-0.3.7.0_7 \
semialign-1.3_1 \
semigroupoids-6.0.0.1_1 \
splitmix-0.1.0.5 \
strict-0.5_1 \
tagged-0.8.8 \
text-iso8601-0.1_1 \
text-short-0.1.5_3 \
th-abstraction-0.6.0.0_1 \
th-compat-0.1.4_4 \
these-1.2_1 \
time-compat-1.9.6.1_6 \
transformers-compat-0.7.2 \
unordered-containers-0.2.19.1_1 \
uuid-types-1.0.5_3 \
vector-0.13.0.0_1 \
vector-stream-0.1.0.0_1 \
witherable-0.4.2_3
unordered-containers-0.2.20_1 \
uuid-types-1.0.5.1 \
vector-0.13.1.0 \
vector-stream-0.1.0.1 \
witherable-0.4.2_4

CABAL_REVISION= 2
CABAL_EXECUTABLES= shellcheck

OPTIONS_DEFINE= MANPAGES
Expand Down

0 comments on commit 24cb501

Please sign in to comment.