packages feed

aeson-prefix 0.1.0.0 → 0.1.0.1

raw patch · 3 files changed

+4/−2 lines, 3 files

Files

README.md view
@@ -2,6 +2,8 @@  Hiearchical prefixing of JSON objects from [Aeson](https://hackage.haskell.org/package/aeson). +See [hackage.haskell.org](https://hackage.haskell.org/package/aeson-prefix) for details.+ ## Installation  Run either `cabal install` or `stack install`. This is library, thus there is no executable available.
aeson-prefix.cabal view
@@ -1,5 +1,5 @@ name:                aeson-prefix-version:             0.1.0.0+version:             0.1.0.1 synopsis:            Hiearchical prefixing for aeson description:         Please see README.md homepage:            https://github.com/j1r1k/aeson-prefix#readme
src/Data/Aeson/Prefix.hs view
@@ -52,7 +52,7 @@     ) where import Control.Monad.Reader (MonadReader, asks, local) -import Data.Aeson+import Data.Aeson hiding (defaultOptions) import qualified Data.HashMap.Strict as Map (fromList, toList) import Data.Monoid ((<>)) import qualified Data.Vector as Vector (mapM)