cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.7. -- -- see: https://github.com/sol/hpack -- -- hash: 146fca0f19cd3781f36f8b0224fcd12370fa9dc1506f8adbd22c3078a82992fd name: sydtest-aeson version: 0.1.0.0 synopsis: An aeson companion library for sydtest category: Testing homepage: https://github.com/NorfairKing/sydtest#readme bug-reports: https://github.com/NorfairKing/sydtest/issues author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu copyright: Copyright (c) 2021-2022 Tom Sydney Kerckhove license: OtherLicense license-file: LICENSE.md build-type: Simple extra-source-files: LICENSE.md test_resources/example-value.json test_resources/example.json test_resources/pure-example-value.json test_resources/pure-example.json source-repository head type: git location: https://github.com/NorfairKing/sydtest library exposed-modules: Test.Syd.Aeson other-modules: Paths_sydtest_aeson hs-source-dirs: src build-depends: aeson , aeson-pretty , base >=4.7 && <5 , bytestring , deepseq , path , path-io , sydtest , text default-language: Haskell2010 test-suite sydtest-aeson-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Test.Syd.AesonSpec Paths_sydtest_aeson hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall build-tool-depends: sydtest-discover:sydtest-discover build-depends: aeson , base >=4.7 && <5 , directory , sydtest , sydtest-aeson , text default-language: Haskell2010