packages feed

antiope-contract 6.4.0 → 7.0.0

raw patch · 1 files changed

+5/−15 lines, 1 files

Files

antiope-contract.cabal view
@@ -1,14 +1,9 @@-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.31.1.------ see: https://github.com/sol/hpack------ hash: 14cbbb4b6446327408599b212fce123529d572ec97659c5b98cb565bbaba4ad1+cabal-version: 2.2  name:           antiope-contract-version:        6.4.0-description:    Please see the README on Github at <https://github.com/arbor/antiope#readme>+version:        7.0.0+synopsis:       Please see the README on Github at <https://github.com/arbor/antiope#readme>+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@@ -26,10 +21,7 @@   exposed-modules:       Antiope.Contract.SQS.FileChangeMessage       Antiope.Contract.SQS.ResourceChanged-  other-modules:-      Paths_antiope_contract-  hs-source-dirs:-      src+  hs-source-dirs: src   ghc-options: -Wall   build-depends:       aeson@@ -38,6 +30,4 @@     , base >=4.7 && <5     , bytestring     , text-  if os(osx)-    cpp-options: -D__attribute__(A)= -D_Nullable= -D_Nonnull=   default-language: Haskell2010