Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge take two #292

Closed
wants to merge 611 commits into from
Closed

Merge take two #292

wants to merge 611 commits into from

Conversation

timmytofu
Copy link
Contributor

git checkout upstream/master
git checkout -b from-upstream
git merge --strategy=ours master
git checkout master
git checkout -b merge-take-two
git merge from-upstream
git push -u origin merge-take-two

Let's see if that does better

Clark Gaebel and others added 30 commits October 25, 2012 15:52
Added an instance for the 'Fixed' class.
parseJSON for the variations on ISO-8601 dates as listed in ECMA-262.
Add functions for inspecting Values
Added eitherDecode and eitherDecode'
Add elaborate guide to Data.Aeson's Haddock documentation
De-emphasize working directly with the Value type as this is not the
common (or recommended) way to use the library, but still include
documentation on how to use it when it's called for.

Since the documentation on using generics is documented in the FromJSON
and ToJSON classes, refer to that documentation instead of only
documenting one method (which is not the preferred method anymore with
default signatures I believe).
Improve introductionary documentation
Add support for specifying how to encode datatypes in Data.Aeson.TH
bos and others added 27 commits May 13, 2014 21:26
--HG--
extra : amend_source : d48e612e53488f41b0d6f2ceb4395978b48d411d
--HG--
extra : amend_source : aa3ad961a2c62e2948ee0e213615c01ac002b42c
This is more portable between compilers as well as between variants on GHC (ex: HaLVM is building off of head so GHC appears as 7.8.3 while TH is 2.10).
Data.Aeson.Types.Instances: fix UTCTime for years outside of [0, 9999]
Modernizing the TH example.
Export 'camelTo' function and fix its tests
@timmytofu
Copy link
Contributor Author

Whoops, meant to merge into self, sorry!

@timmytofu timmytofu closed this Sep 23, 2015
@timmytofu timmytofu deleted the merge-take-two branch September 25, 2015 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet