mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net-p2p/cardano-node: Update to 10.3.1, switch to recent GHC, unbreak for AArch64
Reported by: portscout!
This commit is contained in:
parent
42d46ab9f7
commit
033b5cbf2d
2 changed files with 769 additions and 774 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= cardano-node
|
PORTNAME= cardano-node
|
||||||
PORTVERSION= 10.1.4
|
PORTVERSION= 10.3.1
|
||||||
CATEGORIES= net-p2p
|
CATEGORIES= net-p2p
|
||||||
MASTER_SITES= https://chap.intersectmbo.org/package/:chap
|
MASTER_SITES= https://chap.intersectmbo.org/package/:chap
|
||||||
|
|
||||||
|
@ -10,11 +10,8 @@ WWW= https://cardano.org/
|
||||||
LICENSE= APACHE20
|
LICENSE= APACHE20
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
BROKEN_aarch64= text-2.0.2 is broken on AArch64 when using GHC 8.10
|
|
||||||
|
|
||||||
NOT_FOR_ARCHS= i386
|
NOT_FOR_ARCHS= i386
|
||||||
|
|
||||||
BUILD_DEPENDS= ghc-8.10.7:lang/ghc810
|
|
||||||
LIB_DEPENDS= libsecp256k1.so:math/secp256k1 \
|
LIB_DEPENDS= libsecp256k1.so:math/secp256k1 \
|
||||||
libblst.so:security/blst
|
libblst.so:security/blst
|
||||||
RUN_DEPENDS= ${LOCALBASE}/share/rc-subr-jail/rc.subr.jail:ports-mgmt/rc-subr-jail
|
RUN_DEPENDS= ${LOCALBASE}/share/rc-subr-jail/rc.subr.jail:ports-mgmt/rc-subr-jail
|
||||||
|
@ -26,8 +23,8 @@ GH_ACCOUNT= IntersectMBO
|
||||||
|
|
||||||
GH_TUPLE= IntersectMBO:libsodium:${LIBSODIUM_HASH}:sodium
|
GH_TUPLE= IntersectMBO:libsodium:${LIBSODIUM_HASH}:sodium
|
||||||
|
|
||||||
CARDANO_NODE_HASH= 1f63dbf2ab39e0b32bf6901dc203866d3e37de08
|
CARDANO_NODE_HASH= b3f237b75e64f4d8142af95b053e2828221d707f
|
||||||
# taken from https://github.com/IntersectMBO/cardano-node/blob/307fdd248603f1af2457e63e443403f072a4a864/flake.lock#L1431
|
# taken from https://github.com/IntersectMBO/cardano-node/blob/b3f237b75e64f4d8142af95b053e2828221d707f/flake.lock#L921
|
||||||
LIBSODIUM_HASH= dbb48cce5429cb6585c9034f002568964f1ce567
|
LIBSODIUM_HASH= dbb48cce5429cb6585c9034f002568964f1ce567
|
||||||
|
|
||||||
USE_RC_SUBR= cardano_node
|
USE_RC_SUBR= cardano_node
|
||||||
|
@ -37,28 +34,29 @@ BINARY_ALIAS= git=true
|
||||||
USERS= cardano
|
USERS= cardano
|
||||||
GROUPS= cardano
|
GROUPS= cardano
|
||||||
|
|
||||||
USE_CABAL= Cabal-3.12.1.0 \
|
USE_CABAL= Cabal-3.14.1.0 \
|
||||||
Cabal-syntax-3.12.1.0 \
|
Cabal-syntax-3.14.1.0 \
|
||||||
Diff-0.5_1 \
|
Diff-1.0.2 \
|
||||||
FailT-0.1.2.0 \
|
FailT-0.1.2.0 \
|
||||||
Glob-0.10.2_3 \
|
Glob-0.10.2_3 \
|
||||||
HUnit-1.6.2.0 \
|
HUnit-1.6.2.0 \
|
||||||
Histogram-0.1.0.2 \
|
ImpSpec-0.1.0.0 \
|
||||||
MemoTrie-0.6.11 \
|
MemoTrie-0.6.11 \
|
||||||
MonadRandom-0.6_4 \
|
MonadRandom-0.6.2 \
|
||||||
OneTuple-0.4.2_1 \
|
OneTuple-0.4.2_1 \
|
||||||
Only-0.1_2 \
|
Only-0.1_2 \
|
||||||
QuickCheck-2.15.0.1 \
|
PyF-0.11.4.0 \
|
||||||
|
QuickCheck-2.15.0.1_1 \
|
||||||
StateVar-1.2.2 \
|
StateVar-1.2.2 \
|
||||||
Stream-0.4.7.2 \
|
Stream-0.4.7.2 \
|
||||||
Unique-0.4.7.9_1 \
|
Unique-0.4.7.9_1 \
|
||||||
Win32-network-0.2.0.0:chap \
|
Win32-network-0.2.0.1:chap \
|
||||||
adjunctions-4.4.2_2 \
|
adjunctions-4.4.3 \
|
||||||
aeson-2.2.3.0_2 \
|
aeson-2.2.3.0_3 \
|
||||||
aeson-pretty-0.8.10 \
|
aeson-pretty-0.8.10 \
|
||||||
alex-3.5.1.0 \
|
alex-3.5.2.0 \
|
||||||
algebraic-graphs-0.7_3 \
|
algebraic-graphs-0.7_3 \
|
||||||
ansi-terminal-1.1.1 \
|
ansi-terminal-1.1.2 \
|
||||||
ansi-terminal-types-1.1 \
|
ansi-terminal-types-1.1 \
|
||||||
ansi-wl-pprint-1.0.2 \
|
ansi-wl-pprint-1.0.2 \
|
||||||
ap-normalize-0.1.0.1 \
|
ap-normalize-0.1.0.1 \
|
||||||
|
@ -69,23 +67,24 @@ USE_CABAL= Cabal-3.12.1.0 \
|
||||||
assoc-1.1.1_1 \
|
assoc-1.1.1_1 \
|
||||||
async-2.2.5_3 \
|
async-2.2.5_3 \
|
||||||
async-timer-0.1.4.1 \
|
async-timer-0.1.4.1 \
|
||||||
|
atomic-counter-0.1.2.3 \
|
||||||
atomic-primops-0.8.8 \
|
atomic-primops-0.8.8 \
|
||||||
attoparsec-0.14.4_6 \
|
attoparsec-0.14.4_6 \
|
||||||
attoparsec-aeson-2.2.2.0 \
|
attoparsec-aeson-2.2.2.0 \
|
||||||
attoparsec-iso8601-1.1.1.0_1 \
|
auto-update-0.2.6 \
|
||||||
auto-update-0.2.1 \
|
|
||||||
barbies-2.1.1.0 \
|
barbies-2.1.1.0 \
|
||||||
base-compat-0.13.1 \
|
base-compat-0.13.1 \
|
||||||
base-compat-batteries-0.13.1 \
|
base-compat-batteries-0.13.1 \
|
||||||
base-deriving-via-0.1.0.2:chap \
|
base-deriving-via-0.1.0.2:chap \
|
||||||
base-orphans-0.9.2 \
|
base-orphans-0.9.3 \
|
||||||
base16-bytestring-1.0.2.0_1 \
|
base16-bytestring-1.0.2.0_1 \
|
||||||
base58-bytestring-0.1.0 \
|
base58-bytestring-0.1.0 \
|
||||||
base64-bytestring-1.2.1.0_1 \
|
base64-bytestring-1.2.1.0_1 \
|
||||||
base64-bytestring-type-1.0.1_21 \
|
base64-bytestring-type-1.0.1_21 \
|
||||||
basement-0.0.16 \
|
basement-0.0.16 \
|
||||||
bech32-1.1.7 \
|
bech32-1.1.8 \
|
||||||
bifunctors-5.6.2_1 \
|
bech32-th-1.1.8 \
|
||||||
|
bifunctors-5.6.2_2 \
|
||||||
bimap-0.5.0 \
|
bimap-0.5.0 \
|
||||||
bin-0.1.4_1 \
|
bin-0.1.4_1 \
|
||||||
binary-orphans-1.0.5_1 \
|
binary-orphans-1.0.5_1 \
|
||||||
|
@ -94,262 +93,261 @@ USE_CABAL= Cabal-3.12.1.0 \
|
||||||
blaze-html-0.9.2.0_1 \
|
blaze-html-0.9.2.0_1 \
|
||||||
blaze-markup-0.8.3.0_2 \
|
blaze-markup-0.8.3.0_2 \
|
||||||
boring-0.2.2_1 \
|
boring-0.2.2_1 \
|
||||||
|
brick-2.8.3 \
|
||||||
bsb-http-chunked-0.0.0.4_4 \
|
bsb-http-chunked-0.0.0.4_4 \
|
||||||
byron-spec-chain-1.0.1.0:chap \
|
byron-spec-chain-1.0.1.0:chap \
|
||||||
byron-spec-ledger-1.0.1.0:chap \
|
byron-spec-ledger-1.1.0.0:chap \
|
||||||
byteorder-1.0.4 \
|
byteorder-1.0.4 \
|
||||||
bytestring-builder-0.10.8.2.0 \
|
bytestring-strict-builder-0.4.5.8 \
|
||||||
bytestring-strict-builder-0.4.5.7 \
|
bytestring-trie-0.2.7.6 \
|
||||||
cabal-doctest-1.0.10 \
|
|
||||||
call-stack-0.4.0 \
|
call-stack-0.4.0 \
|
||||||
canonical-json-0.6.0.1_1 \
|
canonical-json-0.6.0.1_1 \
|
||||||
capability-0.5.0.1_4 \
|
capability-0.5.0.1_4 \
|
||||||
cardano-api-10.1.0.0:chap \
|
cardano-addresses-4.0.0_1 \
|
||||||
|
cardano-api-10.13.1.0:chap \
|
||||||
cardano-binary-1.7.1.0:chap \
|
cardano-binary-1.7.1.0:chap \
|
||||||
cardano-cli-10.1.1.0:chap \
|
cardano-cli-10.7.0.0:chap \
|
||||||
cardano-crypto-1.1.2:chap \
|
cardano-crypto-1.3.0 \
|
||||||
cardano-crypto-class-2.1.5.0:chap \
|
cardano-crypto-class-2.2.1.0:chap \
|
||||||
cardano-crypto-praos-2.2.0.0:chap \
|
cardano-crypto-praos-2.2.0.0:chap \
|
||||||
cardano-crypto-test-1.5.0.2:chap \
|
cardano-crypto-test-1.6.0.0:chap \
|
||||||
cardano-crypto-tests-2.1.2.0_2:chap \
|
cardano-crypto-tests-2.2.0.0:chap \
|
||||||
cardano-crypto-wrapper-1.5.1.3:chap \
|
cardano-crypto-wrapper-1.6.0.0:chap \
|
||||||
cardano-data-1.2.3.1:chap \
|
cardano-data-1.2.4.0:chap \
|
||||||
cardano-git-rev-0.2.2.0:chap \
|
cardano-git-rev-0.2.2.0:chap \
|
||||||
cardano-ledger-allegra-1.6.0.1:chap \
|
cardano-ledger-allegra-1.7.0.0:chap \
|
||||||
cardano-ledger-alonzo-1.11.0.0:chap \
|
cardano-ledger-alonzo-1.13.0.0:chap \
|
||||||
cardano-ledger-alonzo-test-1.3.0.0:chap \
|
cardano-ledger-alonzo-test-1.3.1.0:chap \
|
||||||
cardano-ledger-api-1.9.4.0:chap \
|
cardano-ledger-api-1.11.0.0:chap \
|
||||||
cardano-ledger-babbage-1.10.0.0:chap \
|
cardano-ledger-babbage-1.11.0.0:chap \
|
||||||
cardano-ledger-babbage-test-1.3.0.0:chap \
|
cardano-ledger-babbage-test-1.3.1.0:chap \
|
||||||
cardano-ledger-binary-1.4.0.0:chap \
|
cardano-ledger-binary-1.6.0.0:chap \
|
||||||
cardano-ledger-byron-1.0.1.0:chap \
|
cardano-ledger-byron-1.1.0.0:chap \
|
||||||
cardano-ledger-byron-test-1.5.2.0:chap \
|
cardano-ledger-byron-test-1.5.2.1:chap \
|
||||||
cardano-ledger-conway-1.17.4.0:chap \
|
cardano-ledger-conway-1.19.0.0:chap \
|
||||||
cardano-ledger-conway-test-1.3.0.0:chap \
|
cardano-ledger-conway-test-1.3.1.0:chap \
|
||||||
cardano-ledger-core-1.15.0.0:chap \
|
cardano-ledger-core-1.17.0.0:chap \
|
||||||
cardano-ledger-mary-1.7.0.1:chap \
|
cardano-ledger-mary-1.8.0.0:chap \
|
||||||
cardano-ledger-shelley-1.14.1.0:chap \
|
cardano-ledger-shelley-1.16.0.0:chap \
|
||||||
cardano-ledger-shelley-ma-test-1.2.2.4:chap \
|
cardano-ledger-shelley-ma-test-1.3.0.0:chap \
|
||||||
cardano-ledger-shelley-test-1.5.0.0:chap \
|
cardano-ledger-shelley-test-1.6.0.0:chap \
|
||||||
cardano-ping-0.5.0.0:chap \
|
cardano-ping-0.8.0.0:chap \
|
||||||
cardano-prelude-0.2.0.0:chap \
|
cardano-prelude-0.2.1.0:chap \
|
||||||
cardano-prelude-test-0.1.0.5:chap \
|
cardano-prelude-test-0.1.0.5:chap \
|
||||||
cardano-protocol-tpraos-1.2.0.1:chap \
|
cardano-protocol-tpraos-1.4.0.0:chap \
|
||||||
cardano-slotting-0.2.0.0:chap \
|
cardano-slotting-0.2.0.0:chap \
|
||||||
cardano-strict-containers-0.1.3.0:chap \
|
cardano-strict-containers-0.1.4.0:chap \
|
||||||
case-insensitive-1.2.1.0 \
|
case-insensitive-1.2.1.0 \
|
||||||
cassava-0.5.3.2 \
|
cassava-0.5.3.2_1 \
|
||||||
cborg-0.2.10.0_1 \
|
cborg-0.2.10.0_2 \
|
||||||
cereal-0.5.8.3 \
|
cereal-0.5.8.3 \
|
||||||
character-ps-0.1 \
|
character-ps-0.1 \
|
||||||
charset-0.3.10_1 \
|
charset-0.3.12 \
|
||||||
clock-0.8.4 \
|
clock-0.8.4 \
|
||||||
cmdargs-0.10.22 \
|
cmdargs-0.10.22 \
|
||||||
code-page-0.2.1 \
|
code-page-0.2.1 \
|
||||||
colour-2.3.6 \
|
colour-2.3.6 \
|
||||||
comonad-5.0.8_2 \
|
comonad-5.0.9_1 \
|
||||||
compact-0.2.0.0_3 \
|
compact-0.2.0.0_4 \
|
||||||
composition-prelude-3.0.1.0 \
|
composition-prelude-3.0.1.0 \
|
||||||
concurrent-output-1.10.21 \
|
concurrent-output-1.10.21 \
|
||||||
conduit-1.3.6 \
|
conduit-1.3.6.1 \
|
||||||
conduit-extra-1.3.6 \
|
conduit-extra-1.3.7 \
|
||||||
|
config-ini-0.2.7.0_1 \
|
||||||
constraints-0.14.2_1 \
|
constraints-0.14.2_1 \
|
||||||
constraints-extras-0.4.0.1 \
|
constraints-extras-0.4.0.2 \
|
||||||
contra-tracer-0.1.0.2:chap \
|
contra-tracer-0.1.0.1:chap \
|
||||||
contravariant-1.5.5 \
|
contravariant-1.5.5 \
|
||||||
cookie-0.5.0 \
|
cookie-0.5.0 \
|
||||||
criterion-1.6.3.0_1 \
|
criterion-1.6.4.0 \
|
||||||
criterion-measurement-0.2.2.0 \
|
criterion-measurement-0.2.3.0 \
|
||||||
crypton-1.0.0 \
|
crypton-1.0.2 \
|
||||||
crypton-connection-0.4.1 \
|
crypton-connection-0.4.3 \
|
||||||
crypton-x509-1.7.7 \
|
crypton-x509-1.7.7 \
|
||||||
crypton-x509-store-1.6.9 \
|
crypton-x509-store-1.6.10 \
|
||||||
crypton-x509-system-1.6.7 \
|
crypton-x509-system-1.6.7 \
|
||||||
crypton-x509-validation-1.6.12 \
|
crypton-x509-validation-1.6.14 \
|
||||||
cryptonite-0.30 \
|
|
||||||
cuddle-0.3.2.1:chap \
|
cuddle-0.3.2.1:chap \
|
||||||
data-accessor-0.2.3.1_1 \
|
data-clist-0.2_1 \
|
||||||
data-accessor-transformers-0.2.1.8 \
|
data-default-0.8.0.1 \
|
||||||
data-array-byte-0.1.0.1_4 \
|
data-default-class-0.2.0.0 \
|
||||||
data-default-0.7.1.1 \
|
|
||||||
data-default-class-0.1.2.0 \
|
|
||||||
data-default-instances-containers-0.0.1 \
|
|
||||||
data-default-instances-dlist-0.0.1 \
|
|
||||||
data-default-instances-old-locale-0.0.1 \
|
|
||||||
data-fix-0.3.4_1 \
|
data-fix-0.3.4_1 \
|
||||||
dec-0.0.6_1 \
|
dec-0.0.6_1 \
|
||||||
deferred-folds-0.9.18.6 \
|
deferred-folds-0.9.18.7 \
|
||||||
dense-linear-algebra-0.1.0.0 \
|
dense-linear-algebra-0.1.0.0 \
|
||||||
dependent-map-0.4.0.0_2 \
|
dependent-map-0.4.0.0_2 \
|
||||||
dependent-sum-0.7.2.0_2 \
|
dependent-sum-0.7.2.0_2 \
|
||||||
deque-0.4.4.1 \
|
deque-0.4.4.2 \
|
||||||
deriving-aeson-0.2.9_1 \
|
deriving-aeson-0.2.10 \
|
||||||
deriving-compat-0.6.6 \
|
deriving-compat-0.6.7_1 \
|
||||||
dictionary-sharing-0.1.0.0_4 \
|
dictionary-sharing-0.1.0.0_4 \
|
||||||
digest-0.0.2.1 \
|
digest-0.0.2.1 \
|
||||||
|
direct-sqlite-2.3.29 \
|
||||||
|
directory-ospath-streaming-0.2.2 \
|
||||||
distributive-0.6.2.1_1 \
|
distributive-0.6.2.1_1 \
|
||||||
dlist-1.0_2 \
|
dlist-1.0_2 \
|
||||||
dns-4.2.0 \
|
dns-4.2.0 \
|
||||||
dom-lt-0.2.3_1 \
|
dom-lt-0.2.3_1 \
|
||||||
double-conversion-2.0.5.0 \
|
double-conversion-2.0.5.0 \
|
||||||
easy-file-0.2.5 \
|
easy-file-0.2.5 \
|
||||||
ede-0.3.3.0 \
|
ede-0.3.4.0 \
|
||||||
either-5.0.2_2 \
|
either-5.0.2_2 \
|
||||||
ekg-0.4.1.0_1 \
|
ekg-core-0.1.1.8_1 \
|
||||||
ekg-core-0.1.1.7.0.0.0.0.1:chap \
|
ekg-forward-0.9:chap \
|
||||||
ekg-forward-0.6:chap \
|
ekg-json-0.1.1.1_1 \
|
||||||
ekg-json-0.1.1.0_1 \
|
ekg-wai-0.1.2.0 \
|
||||||
ekg-wai-0.1.1.0 \
|
|
||||||
erf-2.0.0.0 \
|
erf-2.0.0.0 \
|
||||||
errors-2.3.0_5 \
|
errors-2.3.0_5 \
|
||||||
extra-1.7.16_1 \
|
extra-1.8 \
|
||||||
fast-logger-3.2.3 \
|
fast-logger-3.2.5 \
|
||||||
fgl-5.8.3.0 \
|
fgl-5.8.3.0 \
|
||||||
file-embed-0.0.16.0 \
|
file-embed-0.0.16.0 \
|
||||||
|
file-io-0.1.5 \
|
||||||
filelock-0.1.1.7 \
|
filelock-0.1.1.7 \
|
||||||
fin-0.3.1_1 \
|
fin-0.3.2 \
|
||||||
fingertree-0.1.5.0 \
|
fingertree-0.1.5.0 \
|
||||||
flat-0.6 \
|
flat-0.6 \
|
||||||
foldable1-classes-compat-0.1_6 \
|
fmt-0.6.3.0 \
|
||||||
foldl-1.4.17 \
|
foldl-1.4.18_1 \
|
||||||
formatting-7.2.0 \
|
formatting-7.2.0 \
|
||||||
foundation-0.0.30 \
|
foundation-0.0.30 \
|
||||||
free-5.2_6 \
|
free-5.2_7 \
|
||||||
fs-api-0.3.0.0 \
|
fs-api-0.3.0.0_1 \
|
||||||
fs-sim-0.3.0.0 \
|
fs-sim-0.3.0.0_1 \
|
||||||
generic-data-1.1.0.0_3 \
|
generic-data-1.1.0.2 \
|
||||||
generic-lens-2.2.2.0_1 \
|
generic-lens-2.2.2.0_1 \
|
||||||
generic-lens-core-2.2.1.0_2 \
|
generic-lens-core-2.2.1.0_2 \
|
||||||
generic-monoid-0.1.0.1_4 \
|
generic-monoid-0.1.0.1_5 \
|
||||||
generic-optics-2.2.1.0_2 \
|
generic-optics-2.2.1.0_2 \
|
||||||
generic-random-1.5.0.1 \
|
generic-random-1.5.0.1 \
|
||||||
generically-0.1.1_4 \
|
generically-0.1.1_4 \
|
||||||
generics-sop-0.5.1.4_2 \
|
generics-sop-0.5.1.4_2 \
|
||||||
genvalidity-1.1.1.0 \
|
genvalidity-1.1.1.0 \
|
||||||
githash-0.1.7.0 \
|
githash-0.1.7.0 \
|
||||||
gnuplot-0.5.7_2 \
|
graphviz-2999.20.2.1 \
|
||||||
graphviz-2999.20.2.0 \
|
|
||||||
groups-0.5.3 \
|
groups-0.5.3 \
|
||||||
half-0.3.1_2 \
|
half-0.3.2 \
|
||||||
happy-2.0.2 \
|
happy-2.1.5 \
|
||||||
happy-lib-2.0.2 \
|
happy-lib-2.1.5 \
|
||||||
hashable-1.4.7.0 \
|
hashable-1.4.7.0 \
|
||||||
haskell-lexer-1.1.1 \
|
haskell-lexer-1.2.1 \
|
||||||
haskell-src-exts-1.23.1 \
|
|
||||||
haskell-src-meta-0.8.14 \
|
|
||||||
heapwords-0.1.0.2:chap \
|
heapwords-0.1.0.2:chap \
|
||||||
hedgehog-1.5_1 \
|
hedgehog-1.5_2 \
|
||||||
hedgehog-extras-0.6.5.0 \
|
hedgehog-extras-0.7.0.0_1 \
|
||||||
hedgehog-quickcheck-0.1.1_8 \
|
hedgehog-quickcheck-0.1.1_8 \
|
||||||
here-1.2.14 \
|
heredoc-0.2.0.0 \
|
||||||
hostname-1.0 \
|
hostname-1.0 \
|
||||||
hourglass-0.2.12_1 \
|
hourglass-0.2.12_1 \
|
||||||
hsc2hs-0.68.10_3 \
|
hsc2hs-0.68.10_4 \
|
||||||
hspec-2.11.9 \
|
hspec-2.11.12 \
|
||||||
hspec-core-2.11.9 \
|
hspec-core-2.11.12 \
|
||||||
hspec-discover-2.11.9 \
|
hspec-discover-2.11.12 \
|
||||||
hspec-expectations-0.8.4_2 \
|
hspec-expectations-0.8.4_2 \
|
||||||
|
hspec-expectations-lifted-0.10.0 \
|
||||||
http-api-data-0.6.1_1 \
|
http-api-data-0.6.1_1 \
|
||||||
http-client-0.7.17 \
|
http-client-0.7.18 \
|
||||||
http-client-tls-0.3.6.3 \
|
http-client-tls-0.3.6.4_2 \
|
||||||
http-conduit-2.3.9 \
|
http-conduit-2.3.9.1 \
|
||||||
http-date-0.0.11 \
|
http-date-0.0.11 \
|
||||||
http-media-0.8.1.1_2 \
|
http-media-0.8.1.1_2 \
|
||||||
http-semantics-0.2.1 \
|
http-semantics-0.3.0 \
|
||||||
http-types-0.12.4 \
|
http-types-0.12.4 \
|
||||||
http2-5.3.4 \
|
http2-5.3.9 \
|
||||||
indexed-profunctors-0.1.1.1 \
|
indexed-profunctors-0.1.1.1 \
|
||||||
indexed-traversable-0.1.4_1 \
|
indexed-traversable-0.1.4_1 \
|
||||||
indexed-traversable-instances-0.1.2_1 \
|
indexed-traversable-instances-0.1.2_1 \
|
||||||
infinite-list-0.1.1 \
|
infinite-list-0.1.2 \
|
||||||
integer-conversion-0.1.1_1 \
|
integer-conversion-0.1.1_1 \
|
||||||
integer-logarithms-1.0.3.1_6 \
|
integer-logarithms-1.0.4 \
|
||||||
invariant-0.6.3 \
|
invariant-0.6.4_1 \
|
||||||
io-classes-1.5.0.0_1 \
|
io-classes-1.5.0.0_2 \
|
||||||
io-classes-mtl-0.1.2.0_1 \
|
io-classes-mtl-0.1.2.0_2 \
|
||||||
io-sim-1.5.0.0 \
|
io-sim-1.5.1.0_1 \
|
||||||
io-streams-1.5.2.2_6 \
|
iohk-monitoring-0.2.1.0:chap \
|
||||||
io-streams-haproxy-1.0.1.0_9 \
|
iproute-1.7.15 \
|
||||||
iohk-monitoring-0.1.11.5:chap \
|
isomorphism-class-0.3.0.1 \
|
||||||
iproute-1.7.14 \
|
|
||||||
isomorphism-class-0.1.1 \
|
|
||||||
js-chart-2.9.4.1 \
|
js-chart-2.9.4.1 \
|
||||||
kan-extensions-5.2.6 \
|
kan-extensions-5.2.6_1 \
|
||||||
katip-0.8.8.2 \
|
katip-0.8.8.2 \
|
||||||
|
lawful-conversions-0.1.6 \
|
||||||
lazy-search-0.1.3.0 \
|
lazy-search-0.1.3.0 \
|
||||||
lazysmallcheck-0.6 \
|
lazysmallcheck-0.6 \
|
||||||
lens-5.3.2_2 \
|
lens-5.3.4 \
|
||||||
lens-aeson-1.2.3_2 \
|
lens-aeson-1.2.3_2 \
|
||||||
libyaml-0.1.4 \
|
libyaml-0.1.4 \
|
||||||
libyaml-clib-0.2.5 \
|
libyaml-clib-0.2.5 \
|
||||||
lifted-async-0.10.2.6_1 \
|
lifted-async-0.10.2.7 \
|
||||||
lifted-base-0.2.3.12 \
|
lifted-base-0.2.3.12 \
|
||||||
list-t-1.0.5.7 \
|
list-t-1.0.5.7 \
|
||||||
lobemo-backend-aggregation-0.1.0.0:chap \
|
lobemo-backend-aggregation-0.1.0.0:chap \
|
||||||
lobemo-backend-ekg-0.1.1.0:chap \
|
lobemo-backend-ekg-0.2.0.0:chap \
|
||||||
lobemo-backend-monitoring-0.1.0.0:chap \
|
lobemo-backend-monitoring-0.1.0.0:chap \
|
||||||
lobemo-backend-trace-forwarder-0.1.0.0:chap \
|
lobemo-backend-trace-forwarder-0.1.0.0:chap \
|
||||||
logict-0.8.1.0_1 \
|
logict-0.8.2.0 \
|
||||||
math-functions-0.3.4.4 \
|
math-functions-0.3.4.4 \
|
||||||
measures-0.1.0.2:chap \
|
measures-0.1.0.2:chap \
|
||||||
megaparsec-9.2.1_1 \
|
megaparsec-9.7.0 \
|
||||||
memory-0.18.0 \
|
memory-0.18.0_1 \
|
||||||
|
memory-pool-0.1.0.0 \
|
||||||
|
mempack-0.1.1.0_1 \
|
||||||
microlens-0.4.13.1_1 \
|
microlens-0.4.13.1_1 \
|
||||||
microlens-aeson-2.5.2 \
|
microlens-aeson-2.5.2 \
|
||||||
microlens-mtl-0.2.0.3_1 \
|
microlens-mtl-0.2.1.0 \
|
||||||
microlens-th-0.4.3.15 \
|
microlens-th-0.4.3.17 \
|
||||||
microstache-1.0.3 \
|
microstache-1.0.3_1 \
|
||||||
|
migrant-core-0.1.0.3 \
|
||||||
mime-mail-0.5.1 \
|
mime-mail-0.5.1 \
|
||||||
mime-types-0.1.2.0 \
|
mime-types-0.1.2.0 \
|
||||||
mmorph-1.2.0_3 \
|
mmorph-1.2.0_3 \
|
||||||
monad-control-1.0.3.1 \
|
monad-control-1.0.3.1 \
|
||||||
mono-traversable-1.0.20.0 \
|
mono-traversable-1.0.21.0 \
|
||||||
monoidal-containers-0.6.5.0 \
|
monoidal-containers-0.6.5.0_2 \
|
||||||
monoidal-synchronisation-0.1.0.6:chap \
|
monoidal-synchronisation-0.1.0.6:chap \
|
||||||
mtl-compat-0.2.2 \
|
mtl-compat-0.2.2 \
|
||||||
multiset-0.3.4.3_1 \
|
multiset-0.3.4.3_1 \
|
||||||
mutable-containers-0.3.4.1 \
|
mutable-containers-0.3.4.1 \
|
||||||
mwc-random-0.15.1.0_1 \
|
mwc-random-0.15.2.0 \
|
||||||
network-3.1.4.0_1 \
|
network-3.2.7.0 \
|
||||||
network-bsd-2.8.1.0_6 \
|
network-bsd-2.8.1.0_6 \
|
||||||
network-byte-order-0.1.7 \
|
network-byte-order-0.1.7 \
|
||||||
network-control-0.1.3 \
|
network-control-0.1.4 \
|
||||||
network-mux-0.4.5.3:chap \
|
network-mux-0.7:chap \
|
||||||
network-uri-2.6.4.2_1 \
|
network-uri-2.6.4.2_1 \
|
||||||
newtype-0.2.2.0_3 \
|
newtype-0.2.2.0_3 \
|
||||||
newtype-generics-0.6.2_4 \
|
newtype-generics-0.6.2_4 \
|
||||||
non-integral-1.0.0.0_2:chap \
|
non-integral-1.0.0.0_2:chap \
|
||||||
nonempty-vector-0.2.3_2 \
|
nonempty-vector-0.2.4 \
|
||||||
nothunks-0.2.1.1 \
|
nothunks-0.2.1.1 \
|
||||||
old-locale-1.0.0.7_2 \
|
old-locale-1.0.0.7_2 \
|
||||||
old-time-1.1.0.4 \
|
old-time-1.1.0.4 \
|
||||||
optics-core-0.4.1.1_1 \
|
optics-core-0.4.1.1_1 \
|
||||||
optparse-applicative-0.18.1.0 \
|
optparse-applicative-0.18.1.0_1 \
|
||||||
optparse-applicative-fork-0.18.1.0:chap \
|
optparse-applicative-fork-0.18.1.0:chap \
|
||||||
optparse-generic-1.5.2_1 \
|
ordered-containers-0.2.4 \
|
||||||
ouroboros-consensus-0.21.0.0:chap \
|
os-string-2.0.7 \
|
||||||
ouroboros-consensus-cardano-0.20.0.0:chap \
|
ouroboros-consensus-0.24.0.0:chap \
|
||||||
ouroboros-consensus-diffusion-0.18.0.0:chap \
|
ouroboros-consensus-cardano-0.23.0.0:chap \
|
||||||
ouroboros-consensus-protocol-0.9.0.2:chap \
|
ouroboros-consensus-diffusion-0.21.0.1:chap \
|
||||||
ouroboros-network-0.17.1.2:chap \
|
ouroboros-consensus-protocol-0.11.0.0_2:chap \
|
||||||
ouroboros-network-api-0.10.0.0:chap \
|
ouroboros-network-0.20.1.0:chap \
|
||||||
ouroboros-network-framework-0.13.2.5:chap \
|
ouroboros-network-api-0.13.0.0:chap \
|
||||||
|
ouroboros-network-framework-0.17.0.0:chap \
|
||||||
ouroboros-network-mock-0.1.1.2:chap \
|
ouroboros-network-mock-0.1.1.2:chap \
|
||||||
ouroboros-network-protocols-0.11.0.0:chap \
|
ouroboros-network-protocols-0.14.0.0:chap \
|
||||||
ouroboros-network-testing-0.7.0.0:chap \
|
ouroboros-network-testing-0.8.1.0:chap \
|
||||||
parallel-3.2.2.0_9 \
|
parallel-3.2.2.0_9 \
|
||||||
parsec-3.1.17.0_1 \
|
|
||||||
parser-combinators-1.3.0_1 \
|
parser-combinators-1.3.0_1 \
|
||||||
parsers-0.12.11_3 \
|
parsers-0.12.12_1 \
|
||||||
partial-order-0.2.0.0 \
|
partial-order-0.2.0.0 \
|
||||||
pem-0.2.4 \
|
pem-0.2.4 \
|
||||||
pipes-4.3.16_6 \
|
pipes-4.3.16_6 \
|
||||||
plutus-core-1.36.0.0:chap \
|
plutus-core-1.43.1.0:chap \
|
||||||
plutus-ledger-api-1.36.0.0:chap \
|
plutus-ledger-api-1.43.1.0:chap \
|
||||||
plutus-tx-1.36.0.0:chap \
|
plutus-tx-1.43.1.0:chap \
|
||||||
|
plutus-tx-plugin-1.43.1.0:chap \
|
||||||
polyparse-1.13_9 \
|
polyparse-1.13_9 \
|
||||||
pretty-show-1.10 \
|
pretty-show-1.10 \
|
||||||
pretty-simple-4.1.2.0 \
|
pretty-simple-4.1.3.0 \
|
||||||
prettyprinter-1.7.1 \
|
prettyprinter-1.7.1 \
|
||||||
prettyprinter-ansi-terminal-1.1.3 \
|
prettyprinter-ansi-terminal-1.1.3 \
|
||||||
prettyprinter-compat-ansi-wl-pprint-1.0.2 \
|
prettyprinter-compat-ansi-wl-pprint-1.0.2 \
|
||||||
|
@ -357,153 +355,162 @@ USE_CABAL= Cabal-3.12.1.0 \
|
||||||
primitive-0.9.0.0_2 \
|
primitive-0.9.0.0_2 \
|
||||||
profunctors-5.6.2_3 \
|
profunctors-5.6.2_3 \
|
||||||
prometheus-2.3.0 \
|
prometheus-2.3.0 \
|
||||||
psqueues-0.2.8.0_1 \
|
psqueues-0.2.8.1 \
|
||||||
quickcheck-instances-0.3.31_2 \
|
pvar-1.0.0.0_1 \
|
||||||
|
quickcheck-instances-0.3.32_1 \
|
||||||
quickcheck-io-0.2.0 \
|
quickcheck-io-0.2.0 \
|
||||||
quickcheck-monoids-0.1.0.1:chap \
|
quickcheck-monoids-0.1.0.1:chap \
|
||||||
quickcheck-state-machine-0.10.1 \
|
quickcheck-state-machine-0.10.1 \
|
||||||
quickcheck-transformer-0.3.1.2_1 \
|
quickcheck-transformer-0.3.1.2_1 \
|
||||||
quiet-0.2 \
|
quiet-0.2 \
|
||||||
ral-0.2.2_1 \
|
ral-0.2.2_1 \
|
||||||
random-1.2.1.2 \
|
random-1.2.1.3 \
|
||||||
random-shuffle-0.0.4 \
|
random-shuffle-0.0.4 \
|
||||||
readable-0.3.1_2 \
|
rawlock-0.1.1.0_2 \
|
||||||
recursion-schemes-5.2.3_1 \
|
recursion-schemes-5.2.3_1 \
|
||||||
recv-0.1.0 \
|
recv-0.1.0 \
|
||||||
reducers-3.12.4_7 \
|
reducers-3.12.5_1 \
|
||||||
reflection-2.1.8 \
|
reflection-2.1.9_1 \
|
||||||
regex-base-0.94.0.2_4 \
|
resource-pool-0.4.0.0 \
|
||||||
regex-posix-0.96.0.1_3 \
|
resource-registry-0.1.0.0_1 \
|
||||||
resourcet-1.3.0 \
|
resourcet-1.3.0 \
|
||||||
retry-0.9.3.1 \
|
retry-0.9.3.1 \
|
||||||
|
rio-0.1.22.0 \
|
||||||
safe-0.3.21_1 \
|
safe-0.3.21_1 \
|
||||||
safe-exceptions-0.1.7.4_1 \
|
safe-exceptions-0.1.7.4_1 \
|
||||||
safe-wild-cards-1.0.0.2_2 \
|
safe-wild-cards-1.0.0.2_2 \
|
||||||
scientific-0.3.8.0_2 \
|
scientific-0.3.8.0_2 \
|
||||||
selective-0.6_1 \
|
selective-0.5 \
|
||||||
semialign-1.3.1_2 \
|
semialign-1.3.1_2 \
|
||||||
semigroupoids-6.0.1_1 \
|
semigroupoids-6.0.1_2 \
|
||||||
semigroups-0.20 \
|
semigroups-0.20 \
|
||||||
serialise-0.2.6.1_3 \
|
serialise-0.2.6.1_4 \
|
||||||
servant-0.20.2 \
|
servant-0.20.2_1 \
|
||||||
servant-server-0.20.2 \
|
servant-server-0.20.2_1 \
|
||||||
set-algebra-1.1.0.3:chap \
|
set-algebra-1.1.0.3:chap \
|
||||||
show-combinators-0.2.0.0_2 \
|
show-combinators-0.2.0.0_2 \
|
||||||
si-timers-1.5.0.0 \
|
si-timers-1.5.0.0_2 \
|
||||||
signal-0.1.0.4 \
|
signal-0.1.0.4 \
|
||||||
simple-sendfile-0.2.32 \
|
simple-sendfile-0.2.32 \
|
||||||
singleton-bool-0.1.8_1 \
|
singleton-bool-0.1.8_1 \
|
||||||
singletons-3.0.3 \
|
singletons-3.0.4 \
|
||||||
|
singletons-th-3.2 \
|
||||||
size-based-0.1.3.3_1 \
|
size-based-0.1.3.3_1 \
|
||||||
slugify-0.1.0.2 \
|
slugify-0.1.0.2 \
|
||||||
small-steps-1.1.0.1:chap \
|
small-steps-1.1.1.0:chap \
|
||||||
smtp-mail-0.5.0.0_1 \
|
smtp-mail-0.5.0.0_1 \
|
||||||
snap-core-1.0.5.1_6 \
|
|
||||||
snap-server-1.1.2.1_5 \
|
|
||||||
socks-0.6.1 \
|
socks-0.6.1 \
|
||||||
some-1.0.6_2 \
|
some-1.0.6_2 \
|
||||||
sop-core-0.5.0.2_5 \
|
sop-core-0.5.0.2_5 \
|
||||||
sop-extras-0.2.1.0:chap \
|
sop-extras-0.3.0.0:chap \
|
||||||
split-0.2.5 \
|
split-0.2.5 \
|
||||||
splitmix-0.1.0.5_1 \
|
splitmix-0.1.1 \
|
||||||
statistics-0.16.2.1 \
|
sqlite-easy-1.1.1.0 \
|
||||||
|
statistics-0.16.3.0 \
|
||||||
statistics-linreg-0.3 \
|
statistics-linreg-0.3 \
|
||||||
streaming-0.2.4.0 \
|
streaming-0.2.4.0 \
|
||||||
streaming-binary-0.3.0.1 \
|
streaming-binary-0.3.0.1 \
|
||||||
streaming-bytestring-0.3.3 \
|
streaming-bytestring-0.3.4 \
|
||||||
streaming-commons-0.2.2.6_1 \
|
streaming-commons-0.2.3.0 \
|
||||||
strict-0.5.1_1 \
|
strict-0.5.1_1 \
|
||||||
strict-checked-vars-0.2.0.0_3:chap \
|
strict-checked-vars-0.2.0.0_3:chap \
|
||||||
strict-list-0.1.7.5 \
|
strict-list-0.1.7.6 \
|
||||||
strict-mvar-1.5.0.0 \
|
strict-mvar-1.5.0.0_1 \
|
||||||
strict-sop-core-0.1.2.0:chap \
|
strict-sop-core-0.1.3.0:chap \
|
||||||
strict-stm-1.5.0.0 \
|
strict-stm-1.5.0.0_1 \
|
||||||
string-conv-0.2.0 \
|
string-conv-0.2.0 \
|
||||||
string-qq-0.0.6 \
|
string-qq-0.0.6 \
|
||||||
syb-0.7.2.4 \
|
syb-0.7.2.4 \
|
||||||
system-filepath-0.4.14_2 \
|
tagged-0.8.9 \
|
||||||
tagged-0.8.8_1 \
|
tar-0.6.4.0_1 \
|
||||||
tar-0.6.0.0 \
|
tasty-1.5.3_1 \
|
||||||
tasty-1.5_2 \
|
|
||||||
tasty-expected-failure-0.12.3 \
|
tasty-expected-failure-0.12.3 \
|
||||||
tasty-golden-2.3.5 \
|
tasty-golden-2.3.5 \
|
||||||
tasty-hedgehog-1.4.0.2_6 \
|
tasty-hedgehog-1.4.0.2_6 \
|
||||||
tasty-hunit-0.10.2 \
|
tasty-hunit-0.10.2 \
|
||||||
tasty-quickcheck-0.11 \
|
tasty-quickcheck-0.11.1_1 \
|
||||||
tasty-rerun-1.1.19_4 \
|
tasty-rerun-1.1.20 \
|
||||||
tdigest-0.3.1 \
|
tdigest-0.3.1 \
|
||||||
temporary-1.3 \
|
temporary-1.3 \
|
||||||
terminal-size-0.3.4_1 \
|
terminal-size-0.3.4_1 \
|
||||||
testing-type-modifiers-0.1.0.1 \
|
testing-type-modifiers-0.1.0.1 \
|
||||||
text-2.0.2_1 \
|
text-builder-0.6.7.3 \
|
||||||
text-builder-0.6.7 \
|
text-builder-dev-0.3.9.1 \
|
||||||
text-builder-dev-0.3.3.2 \
|
text-iso8601-0.1.1_2 \
|
||||||
text-iso8601-0.1.1_1 \
|
|
||||||
text-manipulate-0.3.1.0 \
|
text-manipulate-0.3.1.0 \
|
||||||
text-short-0.1.6_3 \
|
text-short-0.1.6_3 \
|
||||||
|
text-zipper-0.13 \
|
||||||
tf-random-0.5 \
|
tf-random-0.5 \
|
||||||
th-abstraction-0.7.0.0 \
|
th-abstraction-0.6.0.0_2 \
|
||||||
th-compat-0.1.5_2 \
|
th-compat-0.1.6 \
|
||||||
|
th-desugar-1.15_1 \
|
||||||
th-env-0.1.1 \
|
th-env-0.1.1 \
|
||||||
th-expand-syns-0.4.11.0_4 \
|
th-expand-syns-0.4.12.0 \
|
||||||
th-lift-0.8.4_3 \
|
th-lift-0.8.6 \
|
||||||
th-lift-instances-0.1.20 \
|
th-lift-instances-0.1.20 \
|
||||||
th-orphans-0.13.14_4 \
|
th-orphans-0.13.16 \
|
||||||
th-reify-many-0.1.10 \
|
th-reify-many-0.1.10 \
|
||||||
th-utilities-0.2.5.0 \
|
th-utilities-0.2.5.2 \
|
||||||
these-1.2.1_2 \
|
these-1.2.1_2 \
|
||||||
time-compat-1.9.7_2 \
|
time-compat-1.9.8 \
|
||||||
time-manager-0.1.0 \
|
time-locale-compat-0.1.1.5 \
|
||||||
|
time-manager-0.2.2 \
|
||||||
time-units-1.0.0 \
|
time-units-1.0.0 \
|
||||||
tls-2.1.0 \
|
tls-2.1.8 \
|
||||||
tracer-transformers-0.1.0.4:chap \
|
tracer-transformers-0.1.0.4:chap \
|
||||||
transformers-base-0.4.6 \
|
transformers-base-0.4.6 \
|
||||||
transformers-compat-0.7.2 \
|
transformers-compat-0.7.2 \
|
||||||
transformers-except-0.1.4_1 \
|
transformers-except-0.1.4_1 \
|
||||||
tree-diff-0.3.1_1 \
|
tree-diff-0.3.4 \
|
||||||
trifecta-2.1.4_1 \
|
trifecta-2.1.4_2 \
|
||||||
typed-process-0.2.12.0 \
|
typed-process-0.2.12.0 \
|
||||||
typed-protocols-0.1.1.0_3:chap \
|
typed-protocols-0.3.0.0:chap \
|
||||||
typed-protocols-cborg-0.1.0.4_2:chap \
|
typed-protocols-cborg-0.3.0.0:chap \
|
||||||
typed-protocols-examples-0.2.0.2:chap \
|
typed-protocols-examples-0.5.0.0:chap \
|
||||||
|
typed-protocols-stateful-0.3.0.0:chap \
|
||||||
|
typed-protocols-stateful-cborg-0.3.0.0:chap \
|
||||||
unagi-chan-0.4.1.4 \
|
unagi-chan-0.4.1.4 \
|
||||||
unbounded-delays-0.1.1.1 \
|
unbounded-delays-0.1.1.1 \
|
||||||
unicode-data-0.6.0_2 \
|
unicode-data-0.6.0_2 \
|
||||||
unicode-transforms-0.4.0.1_6 \
|
unicode-transforms-0.4.0.1_7 \
|
||||||
|
uniplate-1.6.13_1 \
|
||||||
universe-base-1.1.4_1 \
|
universe-base-1.1.4_1 \
|
||||||
unix-bytestring-0.4.0.2 \
|
unix-bytestring-0.4.0.3 \
|
||||||
unix-compat-0.7.2 \
|
unix-compat-0.7.3_1 \
|
||||||
unix-time-0.4.15 \
|
unix-time-0.4.16 \
|
||||||
unliftio-0.2.25.0 \
|
unliftio-0.2.25.1 \
|
||||||
unliftio-core-0.2.1.0_4 \
|
unliftio-core-0.2.1.0_4 \
|
||||||
unordered-containers-0.2.20_4 \
|
unordered-containers-0.2.20_4 \
|
||||||
utf8-string-1.0.2 \
|
utf8-string-1.0.2 \
|
||||||
utility-ht-0.0.17.2 \
|
uuid-types-1.0.6_3 \
|
||||||
uuid-types-1.0.6_2 \
|
|
||||||
validation-1.1.3_1 \
|
validation-1.1.3_1 \
|
||||||
validation-selective-0.2.0.0.0.0.0.0.1:chap \
|
validation-selective-0.2.0.0.0.0.0.0.1:chap \
|
||||||
validity-0.12.1.0 \
|
validity-0.12.1.0 \
|
||||||
vault-0.3.1.5_9 \
|
vault-0.3.1.5_10 \
|
||||||
vector-0.13.1.0_2 \
|
vector-0.13.2.0_1 \
|
||||||
vector-algorithms-0.9.0.2_1 \
|
vector-algorithms-0.9.1.0 \
|
||||||
vector-binary-instances-0.2.5.2_5 \
|
vector-binary-instances-0.2.5.2_5 \
|
||||||
vector-map-1.1.0.0:chap \
|
vector-map-1.1.0.0:chap \
|
||||||
vector-stream-0.1.0.1_3 \
|
vector-stream-0.1.0.1_3 \
|
||||||
vector-th-unbox-0.2.2_8 \
|
vector-th-unbox-0.2.2_8 \
|
||||||
void-0.7.3 \
|
void-0.7.3 \
|
||||||
|
vty-6.2 \
|
||||||
|
vty-crossplatform-0.4.0.0 \
|
||||||
|
vty-unix-0.2.0.0 \
|
||||||
wai-3.2.4 \
|
wai-3.2.4 \
|
||||||
wai-app-static-3.1.9 \
|
wai-app-static-3.1.9 \
|
||||||
wai-extra-3.1.14 \
|
wai-extra-3.1.17 \
|
||||||
wai-logger-2.4.1 \
|
wai-logger-2.5.0 \
|
||||||
warp-3.4.2 \
|
warp-3.4.7 \
|
||||||
with-utf8-1.1.0.0_1 \
|
wherefrom-compat-0.1.1.1_1 \
|
||||||
|
with-utf8-1.1.0.0_2 \
|
||||||
witherable-0.5_1 \
|
witherable-0.5_1 \
|
||||||
wl-pprint-annotated-0.1.0.1_3 \
|
wl-pprint-annotated-0.1.0.1_4 \
|
||||||
wl-pprint-text-1.2.0.2_3 \
|
wl-pprint-text-1.2.0.2_3 \
|
||||||
|
word-wrap-0.5 \
|
||||||
word8-0.1.3 \
|
word8-0.1.3 \
|
||||||
yaml-0.11.11.2_2 \
|
yaml-0.11.11.2_2 \
|
||||||
zlib-0.7.1.0_2 \
|
zlib-0.7.1.0_2
|
||||||
zlib-bindings-0.1.1.5_2
|
|
||||||
|
|
||||||
CABAL_PROJECT= append
|
CABAL_PROJECT= append
|
||||||
CABAL_EXECUTABLES= cardano-node cardano-submit-api cardano-tracer
|
CABAL_EXECUTABLES= cardano-node cardano-submit-api cardano-tracer
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue