Building benchmark 'dataframe-benchmark' for dataframe-2.0.0.0...
[1 of 1] Compiling Main
/home/curators/work/unpack-dir/unpacked/dataframe-2.0.0.0-9a54f2755cad4ed1b8a3b7b2bc508f58c41ee527f1f8b967d4b7b934d358c35b/benchmark/Main.hs:6:1: error: [GHC-87110]
Could not load module ‘DataFrame.Functions’.
It is a member of the hidden package ‘dataframe-operations-1.0.1.0’.
Perhaps you need to add ‘dataframe-operations’ to the build-depends in your .cabal file.
Use -v to see a list of the files searched for.
|
6 | import qualified DataFrame.Functions as F
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/curators/work/unpack-dir/unpacked/dataframe-2.0.0.0-9a54f2755cad4ed1b8a3b7b2bc508f58c41ee527f1f8b967d4b7b934d358c35b/benchmark/Main.hs:10:1: error: [GHC-87110]
Could not load module ‘DataFrame.Operations.Join’.
It is a member of the hidden package ‘dataframe-operations-1.0.1.0’.
Perhaps you need to add ‘dataframe-operations’ to the build-depends in your .cabal file.
Use -v to see a list of the files searched for.
|
10 | import DataFrame.Operations.Join
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/curators/work/unpack-dir/unpacked/dataframe-2.0.0.0-9a54f2755cad4ed1b8a3b7b2bc508f58c41ee527f1f8b967d4b7b934d358c35b/benchmark/Main.hs:11:1: error: [GHC-87110]
Could not load module ‘DataFrame.Operators’.
It is a member of the hidden package ‘dataframe-core-1.0.1.0’.
Perhaps you need to add ‘dataframe-core’ to the build-depends in your .cabal file.
Use -v to see a list of the files searched for.
|
11 | import DataFrame.Operators
| ^^^^^^^^^^^^^^^^^^^^^^^^^^