Skip to content

Won't build with latest purescript-colors 4.3.0 #73

@metaleap

Description

@metaleap

using purs current master branch (prints --version as 0.11.6 dev build), attempting to pulp build build a project with purescript-css (got version 3.3.0 from Pursuit) in the deps (and insisting on purescript-colors 4.3.0) results in:

* Building project in /home/rox/c/ps/test-pscorefn-src
Compiling CSS.String
Compiling CSS.Property
Compiling CSS.Selector
Compiling CSS.Color
Error 1 of 2:

  at bower_components/purescript-css/src/CSS/Selector.purs line 25, column 8 - line 25, column 54
  
    Cannot derive a type class instance for
                                    
      Data.Generic.Generic Predicate
                                    
    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 2:

  at bower_components/purescript-css/src/CSS/Property.purs line 20, column 8 - line 20, column 52
  
    Cannot derive a type class instance for
                                   
      Data.Generic.Generic Prefixed
                                   
    since instances of this type class are not derivable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions