This repository was archived by the owner on Aug 18, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -15782,6 +15782,7 @@ license = stdenv.lib.licenses.mit;
1578215782"cardano-sl-core-test" = callPackage
1578315783({
1578415784 mkDerivation
15785+ , aeson
1578515786, base
1578615787, base16-bytestring
1578715788, bytestring
@@ -15795,21 +15796,17 @@ license = stdenv.lib.licenses.mit;
1579515796, cardano-sl-util-test
1579615797, containers
1579715798, cryptonite
15798- , cryptonite-openssl
1579915799, data-default
1580015800, ed25519
1580115801, formatting
1580215802, generic-arbitrary
1580315803, hedgehog
15804- , hspec
15805- , mtl
1580615804, pvss
1580715805, QuickCheck
1580815806, quickcheck-instances
1580915807, random
1581015808, serokell-util
1581115809, stdenv
15812- , tagged
1581315810, text
1581415811, time-units
1581515812, universum
@@ -15819,13 +15816,14 @@ license = stdenv.lib.licenses.mit;
1581915816mkDerivation {
1582015817
1582115818pname = "cardano-sl-core-test";
15822- version = "1.3.1 ";
15819+ version = "1.3.0 ";
1582315820src = ./../core/test;
1582415821configureFlags = [
1582515822"--ghc-option=-fwarn-redundant-constraints"
1582615823"--ghc-option=-Werror"
1582715824];
1582815825libraryHaskellDepends = [
15826+ aeson
1582915827base
1583015828base16-bytestring
1583115829bytestring
@@ -15839,20 +15837,16 @@ cardano-sl-util
1583915837cardano-sl-util-test
1584015838containers
1584115839cryptonite
15842- cryptonite-openssl
1584315840data-default
1584415841ed25519
1584515842formatting
1584615843generic-arbitrary
1584715844hedgehog
15848- hspec
15849- mtl
1585015845pvss
1585115846QuickCheck
1585215847quickcheck-instances
1585315848random
1585415849serokell-util
15855- tagged
1585615850text
1585715851time-units
1585815852universum
You can’t perform that action at this time.
0 commit comments