Skip to content

Commit

Permalink
textproc/hs-yaml: Update to 0.11.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowd committed Jul 7, 2022
1 parent b532653 commit 5f3a31d
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 86 deletions.
72 changes: 47 additions & 25 deletions textproc/hs-yaml/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
PORTNAME= yaml
PORTVERSION= 0.11.5.0
PORTREVISION= 2
PORTVERSION= 0.11.8.0
CATEGORIES= textproc haskell

MAINTAINER= haskell@FreeBSD.org
Expand All @@ -12,30 +11,53 @@ USES= cabal

CONFLICTS_INSTALL= json2yaml # bin/json2yaml

USE_CABAL= aeson-1.4.7.1_1 \
attoparsec-0.13.2.4 \
base-compat-0.11.1 \
base-compat-batteries-0.11.1 \
base-orphans-0.8.2 \
conduit-1.3.2 \
dlist-0.8.0.8 \
hashable-1.3.0.0_1 \
integer-logarithms-1.0.3_2 \
USE_CABAL= OneTuple-0.3.1_2 \
QuickCheck-2.14.2 \
StateVar-1.2.2 \
aeson-2.0.3.0 \
ansi-terminal-0.11.3 \
ansi-wl-pprint-0.6.9_3 \
assoc-1.0.2_2 \
attoparsec-0.14.4_1 \
base-compat-0.12.1 \
base-compat-batteries-0.12.1_2 \
base-orphans-0.8.6 \
bifunctors-5.5.12 \
colour-2.3.6 \
comonad-5.0.8_1 \
conduit-1.3.4.2 \
contravariant-1.5.5 \
data-fix-0.3.2_2 \
distributive-0.6.2.1_1 \
dlist-1.0 \
hashable-1.4.0.2 \
indexed-traversable-0.1.2_1 \
indexed-traversable-instances-0.1.1 \
integer-logarithms-1.0.3.1_2 \
libyaml-0.1.2 \
mono-traversable-1.0.15.1 \
primitive-0.7.0.1 \
random-1.1_1 \
resourcet-1.2.4 \
scientific-0.3.6.2 \
split-0.2.3.4 \
tagged-0.8.6_2 \
th-abstraction-0.3.2.0 \
time-compat-1.9.3 \
unliftio-core-0.2.0.1_1 \
unordered-containers-0.2.10.0_1 \
uuid-types-1.0.3_2 \
vector-0.12.1.2 \
vector-algorithms-0.8.0.3
mono-traversable-1.0.15.3 \
optparse-applicative-0.17.0.0 \
primitive-0.7.3.0 \
random-1.2.1.1 \
resourcet-1.2.4.3_1 \
scientific-0.3.7.0_2 \
semialign-1.2.0.1_1 \
semigroupoids-5.3.7 \
split-0.2.3.4_2 \
splitmix-0.1.0.4 \
strict-0.4.0.1_4 \
tagged-0.8.6.1_2 \
text-short-0.1.5 \
th-abstraction-0.4.3.0 \
these-1.1.1.1_5 \
time-compat-1.9.6.1_3 \
transformers-compat-0.7.1_1 \
unliftio-core-0.2.0.1_2 \
unordered-containers-0.2.19.1 \
uuid-types-1.0.5_2 \
vector-0.12.3.1_1 \
vector-algorithms-0.8.0.4_1 \
witherable-0.4.2_2

EXECUTABLES= json2yaml yaml2json
CABAL_FLAGS= -no-exe
Expand Down
Loading

0 comments on commit 5f3a31d

Please sign in to comment.