Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to build? #360

Open
geofflangenderfer opened this issue Apr 30, 2022 · 0 comments
Open

how to build? #360

geofflangenderfer opened this issue Apr 30, 2022 · 0 comments

Comments

@geofflangenderfer
Copy link

geofflangenderfer commented Apr 30, 2022

I'd like to contribute, but I can't build.

What I've tried:

  • bash build.sh
  • cabal build run-server [1]

Could we add build instruction to readme or CONTRIBUTING.md?

[1]:

✦ ❯ cabal build run-server
Build profile: -w ghc-8.10.7 -O1
In order, the following will be built (use -v for more details):
 - run-server-1.0.0 (exe:run-server) (first run)
Preprocessing executable 'run-server' for run-server-1.0.0..
Building executable 'run-server' for run-server-1.0.0..

<no location info>: warning: [-Wmissing-home-modules]
    These modules are needed for compilation but not listed in your .cabal file's other-modules:
        Artifacts
        Data.ByteString.Validate
        GitHub
        Gzip
        Helpers
        Legacy
        Memory
        Memory.History
        Package.Path
        Package.Register
        Package.Releases
        ServeFile
        Server.Error
        Server.Router
        Sitemap
[ 6 of 16] Compiling Package.Path     ( src/backend/Package/Path.hs, /Users/lgeoff/work/codingmoney.pro/dist-newstyle/build/aarch64-osx/ghc-8.10.7/run-server-1.0.0/x/run-server/build/run-server/run-server-tmp/Package/Path.o, /Users/lgeoff/work/codingmoney.pro/dist-newstyle/build/aarch64-osx/ghc-8.10.7/run-server-1.0.0/x/run-server/build/run-server/run-server-tmp/Package/Path.dyn_o )

src/backend/Package/Path.hs:11:1: error:
    Could not find module ‘Elm.Package’
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
   |
11 | import qualified Elm.Package as Pkg
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/backend/Package/Path.hs:12:1: error:
    Could not find module ‘Elm.Version’
    Perhaps you meant
      GHC.Version (needs flag -package-key ghc-boot-8.10.7)
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
   |
12 | import qualified Elm.Version as V
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@geofflangenderfer geofflangenderfer changed the title how to contribute? how to build? Apr 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant