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