You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
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]:
The text was updated successfully, but these errors were encountered: