hastysite
hastysite copied to clipboard
failed with `undeclared identifier: dateTime`
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 [email protected]
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
Uhm... what version of Nim are you using?
Uhm... what version of Nim are you using?
1.4.8, using choosenim
This no longer happens (v1.3.9) closing.