name: json-assertions version: 1.0.9 synopsis: Test that your (Aeson) JSON encoding matches your expectations homepage: http://github.com/ocharles/json-assertions.git license: BSD3 license-file: LICENSE author: Oliver Charles maintainer: ollie@ocharles.org.uk copyright: Oliver Charles (c) 2013 category: Testing build-type: Simple cabal-version: >=1.10 extra-source-files: changelog library exposed-modules: Test.JSON.Assertions build-depends: aeson >= 0.7 && < 1.2, base >= 4.5 && < 5, indexed >= 0.1, indexed-free >= 0.3, lens >= 4.4 && < 4.16, lens-aeson >= 1 && < 1.1, text >= 0.11.3.1 hs-source-dirs: src default-language: Haskell2010 ghc-options: -O2 -Wall