From c5d8333c8cc43efce399ba73ee597c5e843e8f92 Mon Sep 17 00:00:00 2001 From: Nicholas Clarke Date: Wed, 9 Dec 2020 14:16:22 +0100 Subject: [PATCH] Use internal package ref to test lib. This is needed to work around a bug with cabal-to-nix. See this thread (https://input-output-rnd.slack.com/archives/CG386Q1NE/p1607468183215300) for further details. --- alonzo/impl/cardano-ledger-alonzo.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/alonzo/impl/cardano-ledger-alonzo.cabal b/alonzo/impl/cardano-ledger-alonzo.cabal index cc493d6c673..39ce13a18fb 100644 --- a/alonzo/impl/cardano-ledger-alonzo.cabal +++ b/alonzo/impl/cardano-ledger-alonzo.cabal @@ -78,10 +78,11 @@ test-suite tests bytestring, cardano-binary, cardano-ledger-alonzo, - cardano-ledger-alonzo:test, cardano-ledger-shelley-ma-test, QuickCheck, shelley-spec-ledger-test, tasty-hunit, tasty-quickcheck, - tasty + tasty, + -- cardano-ledger-alonzo:test + test