restaumatic / purescript-specular

A Reflex-Dom inspired UI library for PureScript
MIT License
132 stars 10 forks source link

Error building starter project #86

Closed ajbarber closed 3 years ago

ajbarber commented 3 years ago
git clone https://github.com/restaumatic/purescript-specular-starter
spago build
purs --version
0.13.8

Result of spago build:

Error 1 of 2:

  in module Specular.Debug
  at .spago/specular/master/src/Specular/Debug.purs:10:1 - 10:41 (line 10, column 1 - line 10, column 41)

    Module Debug was not found.
    Make sure the source file exists, and that it has been provided as an input to the compiler.

  See https://github.com/purescript/documentation/blob/master/errors/ModuleNotFound.md for more information,
  or to contribute content related to this error.

Error 2 of 2:

  in module Specular.FRP.Async
  at .spago/specular/master/src/Specular/FRP/Async.purs:17:1 - 17:39 (line 17, column 1 - line 17, column 39)

    Module Data.Show.Generic was not found.
    Make sure the source file exists, and that it has been provided as an input to the compiler.

  See https://github.com/purescript/documentation/blob/master/errors/ModuleNotFound.md for more information,
  or to contribute content related to this error.
zyla commented 3 years ago

Thanks for reporting the issue.

The starter project wasn't yet updated to the latest Specular version. For now I've pinned it to the last compatible version (181ffb4aae3ace273e94d4d15510a0314254efac) - should build now.

cc: @kozak

ajbarber commented 3 years ago

Thanks, working now.