Skip to content

cabal install fails to build, cannot find modules #1

@jibnew

Description

@jibnew

Hope I did the right thing: unzipped intuit-master into a folder on my desktop, went with elevated powershell prompt into it and issued cabal install. Result:

Wrote tarball sdist to
C:\users\me\desktop\intuit-master\dist-newstyle\sdist\intuit-0.1.tar.gz
Resolving dependencies...
Build profile: -w ghc-8.10.2 -O1
In order, the following will be built (use -v for more details):
 - intuit-0.1 (exe:intuit) (requires build)
Starting     intuit-0.1 (exe:intuit)
Building     intuit-0.1 (exe:intuit)

Failed to build exe:intuit from intuit-0.1.
Build log (
C:\Users\me\AppData\Roaming\cabal\logs\ghc-8.10.2\intuit-0.1-a3c27ebf7cc4da4a2123f81d5433c7b4020ea6bf.log
):
Preprocessing executable 'intuit' for intuit-0.1..
Building executable 'intuit' for intuit-0.1..
[1 of 1] Compiling Main             ( Intuit.hs, dist\build\intuit\intuit-tmp\Main.o )

Intuit.hs:9:1: error:
    Could not find module `ParseProblem'
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  |
9 | import ParseProblem hiding ( name )
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Intuit.hs:10:1: error:
    Could not find module `Clausify'
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
   |
10 | import Clausify
   | ^^^^^^^^^^^^^^^
cabal.exe: Failed to build exe:intuit from intuit-0.1. See the build log above
for details.

(The log does not contain anything more beyound that)

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