Skip to content

Instantly share code, notes, and snippets.

@kindaro
Created December 23, 2017 13:47
Show Gist options
  • Save kindaro/93f211fa33cd3aef40cf4d77c52871d6 to your computer and use it in GitHub Desktop.
Save kindaro/93f211fa33cd3aef40cf4d77c52871d6 to your computer and use it in GitHub Desktop.
* Building project in /home/kindaro/code/purescript/purescript-datetime
Error 1 of 3:
at src/Data/Date/Component.purs line 23, column 8 - line 23, column 44
Cannot derive a type class instance for
Data.Generic.Generic Year
since instances of this type class are not derivable.
See https://github.com/purescript/documentation/blob/master/errors/CannotDerive.md for more information,
or to contribute content related to this error.
Error 2 of 3:
at src/Data/Time/Component.purs line 24, column 8 - line 24, column 44
Cannot derive a type class instance for
Data.Generic.Generic Hour
since instances of this type class are not derivable.
See https://github.com/purescript/documentation/blob/master/errors/CannotDerive.md for more information,
or to contribute content related to this error.
Error 3 of 3:
at src/Data/Time/Duration.purs line 12, column 8 - line 12, column 60
Cannot derive a type class instance for
Data.Generic.Generic Milliseconds
since instances of this type class are not derivable.
See https://github.com/purescript/documentation/blob/master/errors/CannotDerive.md for more information,
or to contribute content related to this error.
Compiling Data.Time.Component
Compiling Data.Date.Component
Compiling Data.Time.Duration
* ERROR: Subcommand terminated with exit code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment