Some notes about Haskell Compile the file using the stack utility and include the hmatrix module in the compilation options.: stack ghc --package hmatrix eigenvalues/Eigenvalues.hs Run compiled binary file: ./eigenvalues/Eigenvalues