aeson-optics 1.1 → 1.1.0.1
raw patch · 3 files changed
+6/−51 lines, 3 filesdep ~aesondep ~attoparsecdep ~basesetup-changedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, attoparsec, base, base-compat, bytestring, optics-core, optics-extra
API changes (from Hackage documentation)
Files
- README.markdown +3/−14
- Setup.lhs +0/−34
- aeson-optics.cabal +3/−3
README.markdown view
@@ -1,17 +1,6 @@-lens-aeson-==========--[](https://hackage.haskell.org/package/lens-aeson) [](http://travis-ci.org/lens/lens-aeson)+aeson-optics+============ -The goal of `lens-aeson` is to provide traversals and prisms for+The goal of `optics-aeson` is to provide traversals and prisms for the [Aeson](http://hackage.haskell.org/package/aeson) library's Value type, while obeying the `Traversal`/`Prism` laws.--Contact Information----------------------Contributions and bug reports are welcome!--Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.---Edward Kmett
− Setup.lhs
@@ -1,34 +0,0 @@-\begin{code}-{-# LANGUAGE CPP #-}-{-# OPTIONS_GHC -Wall #-}-module Main (main) where--#ifndef MIN_VERSION_cabal_doctest-#define MIN_VERSION_cabal_doctest(x,y,z) 0-#endif--#if MIN_VERSION_cabal_doctest(1,0,0)--import Distribution.Extra.Doctest ( defaultMainWithDoctests )-main :: IO ()-main = defaultMainWithDoctests "doctests"--#else--#ifdef MIN_VERSION_Cabal--- If the macro is defined, we have new cabal-install,--- but for some reason we don't have cabal-doctest in package-db------ Probably we are running cabal sdist, when otherwise using new-build--- workflow-import Warning ()-#endif--import Distribution.Simple--main :: IO ()-main = defaultMain--#endif--\end{code}
aeson-optics.cabal view
@@ -1,4 +1,4 @@-version: 1.1+version: 1.1.0.1 name: aeson-optics category: Data, JSON, Optics license: MIT@@ -7,8 +7,8 @@ author: Edward A. Kmett, Oleg Grenrus maintainer: Oleg Grenrus <oleg.grenrus@iki.fi> stability: provisional-homepage: http://github.com/lens/lens-aeson/-bug-reports: http://github.com/lens/lens-aeson/issues+homepage: http://github.com/phadej/aeson-optics+bug-reports: http://github.com/phadej/aeson-optics/issues copyright: Copyright (C) 2012 Paul Wilson Copyright (C) 2013 Edward A. Kmett