Skip to content

Commit 40434aa

Browse files
committed
Make the sublibraries public, as intended
1 parent 7cce935 commit 40434aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

horde-ad.cabal

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ library
187187

188188
library exampleLibrary
189189
import: options
190+
visibility: public
190191

191192
exposed-modules: MnistData
192193
MnistCnnRanked2
@@ -213,6 +214,7 @@ library exampleLibrary
213214

214215
library benchCommonLibrary
215216
import: options
217+
visibility: public
216218

217219
exposed-modules: BenchMnistTools
218220
BenchProdTools
@@ -335,6 +337,7 @@ benchmark realisticMnistBench
335337

336338
library testToolLibrary
337339
import: options
340+
visibility: public
338341

339342
exposed-modules: CrossTesting
340343
EqEpsilon
@@ -353,6 +356,7 @@ library testToolLibrary
353356

354357
library testCommonLibrary
355358
import: options
359+
visibility: public
356360

357361
exposed-modules: TestAdaptorSimplified
358362
TestConvSimplified

0 commit comments

Comments
 (0)