Skip to content

SubHask build error during install script  #90

@haskie-lambda

Description

@haskie-lambda

I just cloned the project and tried to install it:
SubHask failed to build.
I came across an error during the automated install via the script ubuntu-precise.sh on

Ubuntu 16.04
cabal-install version 1.22.6.0
using version 1.22.5.0 of the Cabal library

I then did checkout master in the SubHask folder and traced it down to some compiling errors when compiling SubHask.Algebra.Array;
I resolved the issue by adding "SubHask.Algebra." in front of all Occurrences of "fromList" inf the File SubHask/Algebra/Array.hs

With these changes installation of SubHask succeeded.

(I am not very familiar with how to contribute to an open source project, that's why I explained it this way.)
Hope this helps anybody.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions