pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/hs-pandoc-types



Module name:    wip
Committed by:   szptvlfn
Date:           Sat Oct 12 23:51:28 UTC 2013

Modified Files:
        wip/hs-pandoc-types: Makefile buildlink3.mk distinfo

Log Message:
Update to 1.12.2.3

changes:
1.12.2.3
 - Removed CPP; use objects for all-nullary constructors (for now).
     This gives consistency with old aeson behavior.
 - Require aeson >= 0.6.2.
     Otherwise we can't control how generic json renders.
1.12.2.2
 - Fixed bug in Walkable Inline Inline / walkM instance for Note.
1.12.2.1
 - Removed extra #endif. Thanks to Sergei Trofimovich.
1.12.2
 - Adjusted ToJSON/FromJSON instances for aeson >= 0.6.2.
     aeson 0.6.2 changed its default method of deriving ToJSON/FromJSON
     instances for generics.  Instead of {"Str": "hi"}, the inline
     element Str "hi" was becoming {"tag": "Str", "contents": "hi"}.
     This change causes problems for the python pandocfilters module.

     This patch uses CPP macros to ensure that the JSON instances work
     the same regardless of what version of aeson is used.


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.2 -r1.3 wip/hs-pandoc-types/buildlink3.mk
cvs -z3 rdiff -u -r1.4 -r1.5 wip/hs-pandoc-types/Makefile \
    wip/hs-pandoc-types/distinfo

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-pandoc-types/buildlink3.mk?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-pandoc-types/Makefile?r1=1.4&r2=1.5
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-pandoc-types/distinfo?r1=1.4&r2=1.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index