ixmatus / orgmode-parse

Attoparsec parser combinators for parsing org-mode structured text!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not compile with recent version of GHC

NorfairKing opened this issue · comments

Just dumping the output here:

    /tmp/stack17172/orgmode-parse-0.2.1/src/Data/OrgMode/Types.hs:97:32: error:
        • No instance for (Semigroup Properties)
            arising from the 'deriving' clause of a data type declaration
          Possible fix:
            use a standalone 'deriving instance' declaration,
              so you can specify the instance context yourself
        • When deriving the instance for (Monoid Properties)
       |
    97 |   deriving (Show, Eq, Generic, Monoid)
       |                                ^^^^^^
    
    /tmp/stack17172/orgmode-parse-0.2.1/src/Data/OrgMode/Types.hs:103:32: error:
        • No instance for (Semigroup Logbook)
            arising from the 'deriving' clause of a data type declaration
          Possible fix:
            use a standalone 'deriving instance' declaration,
              so you can specify the instance context yourself
        • When deriving the instance for (Monoid Logbook)
        |
    103 |   deriving (Show, Eq, Generic, Monoid)
        |                                ^^^^^^
    

Scratch that, it's already fixed on master, just not on hackage.

Thanks for the reminder to push a new release though. I will probably get around to doing that this evening.

@ixmatus that would be great, then I can depend on the hackage version instead of your git repo.