h3rald / hastysite

A small but powerful static site generator
https://hastysite.h3rald.com
MIT License
72 stars 2 forks source link

failed with `undeclared identifier: dateTime` #5

Closed weskerfoot closed 1 year ago

weskerfoot commented 2 years ago

seems like

Resolving deltas: 100% (1/1), done.
  Verifying dependencies for hastysite@#head
      Info: Dependency on zippy@>= 0.5.6 already satisfied
  Verifying dependencies for zippy@0.7.3
 Installing hastysite@#head
   Building hastysite/hastysite using c backend
/tmp/nimble_5993/githubcom_h3raldhastysite_#head/packages/min/minpkg/lib/min_time.nim(52, 19) Error: undeclared identifier: 'dateTime'
       Tip: 16 messages have been suppressed, use --verbose to show them.
     Error: Build failed for package: hastysite
        ... Execution failed with exit code 1
        ... Command: /home/wes/.nimble/bin/nim c --colors:on --noNimblePath -d:release -d:NimblePkgVersion=1.3.8 --path:/home/wes/.nimble/pkgs/zippy-0.7.3 --hints:off -o:'/tmp/nimble_5993/githubcom_h3raldhastysite_#head/hastysite' '/tmp/nimble_5993/githubcom_h3raldhastysite_#head/hastysite.nim'

I can't figure out where this file is coming from, but it seems like it might need to import std/times

h3rald commented 2 years ago

Uhm... what version of Nim are you using?

weskerfoot commented 2 years ago

Uhm... what version of Nim are you using?

1.4.8, using choosenim

h3rald commented 1 year ago

This no longer happens (v1.3.9) closing.