roundtrip-aeson 0.2.0.1 → 0.2.0.2
raw patch · 3 files changed
+8/−3 lines, 3 files
Files
- ChangeLog +4/−0
- roundtrip-aeson.cabal +3/−3
- tests/demo.hs +1/−0
ChangeLog view
@@ -1,3 +1,7 @@ Tue Oct 9 20:06:26 AEDT 2018 Fixed build under ghc-8.2.2 and nix++Wed Oct 10 13:09:40 AEDT 2018++Fixed demo.hs for new prelude
roundtrip-aeson.cabal view
@@ -1,8 +1,8 @@ name: roundtrip-aeson-version: 0.2.0.1+version: 0.2.0.2 synopsis: Un-/parse JSON with roundtrip invertible syntax definitions. description: Un-/parse JSON with roundtrip invertible syntax definitions.-homepage: https://github.com/anchor/roundtrip-aeson+homepage: https://github.com/christian-marie/roundtrip-aeson license: BSD3 license-file: LICENSE author: Thomas Sutton <me@thomas-sutton.id.au>, Christian Marie <christian@ponies.io>@@ -18,7 +18,7 @@ source-repository HEAD type: git- location: https://github.com/anchor/roundtrip-aeson+ location: https://github.com/christian-marie/roundtrip-aeson library default-language: Haskell2010
tests/demo.hs view
@@ -7,6 +7,7 @@ module Main where import Control.Isomorphism.Partial+import Prelude hiding ((<$>), (*>), (<*>)) import Data.Aeson import qualified Data.ByteString.Lazy.Char8 as L import Data.Monoid