packages feed

digestive-functors-aeson 1.1.12 → 1.1.12.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

digestive-functors-aeson.cabal view
@@ -1,6 +1,6 @@ name: digestive-functors-aeson category: Web, JSON-version: 1.1.12+version: 1.1.12.1 license: GPL-3 license-file: LICENSE author: Oliver Charles
test/Tests.hs view
@@ -103,7 +103,7 @@              , testCase "jsonErrors shows correct errors" $ jsonErrors v @?= errors              ]       where-        (Just json) = decode "{\"pokemon\":[{\"name\": \"Pikachu\", \"number\": 10}, {\"name\":\"\"}]}"+        (Just json) = decode "{\"pokemon\":[{\"name\": \"Pikachu\", \"number\": 10}, {\"name\":\"\", \"number\": 10}]}"         (Just errors) = decode "{\"pokemon\":[null, {\"name\":\"Name cannot be empty\"}]}"