-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 84d73c8630f22ff4358710ede99ea456f60c5c6acc3a305aad308bd14bc245e1 name: antiope-contract version: 6.1.0 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