packages feed

antiope-contract-6.0.2: antiope-contract.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 5b94c343c39d4a8821f3485ce8b4a174f7dc86d143250408ca9479da455828a3

name:           antiope-contract
version:        6.0.2
description:    Please see the README on Github at <https://github.com/arbor/antiope#readme>
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