-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 823b4af8aa2080dadec3af213a86720fc322f3858f0784f5f75f1d859710fdc9 name: antiope-contract version: 6.1.3 description: Please see the README on Github at category: Services homepage: https://github.com/packetloop/antiope-contract#readme author: Arbor Networks maintainer: mayhem@arbor.net copyright: Arbor Networks license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: contract/file_change_message.avsc contract/resource_changed.avsc README.md library exposed-modules: Antiope.Contract.SQS.FileChangeMessage Antiope.Contract.SQS.ResourceChanged other-modules: Paths_antiope_contract hs-source-dirs: src ghc-options: -Wall build-depends: aeson , antiope-s3 , avro , base >=4.7 && <5 , bytestring , text if os(osx) cpp-options: -D__attribute__(A)= -D_Nullable= -D_Nonnull= default-language: Haskell2010