packages feed

antiope-core-6.2.0: antiope-core.cabal

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: 8e742507849a817565906b9ff8df7e899eb19232d1180ad2a567b47874eabda1

name:           antiope-core
version:        6.2.0
description:    Please see the README on Github at <https://github.com/arbor/antiope#readme>
category:       Services
homepage:       https://github.com/arbor/antiope#readme
bug-reports:    https://github.com/arbor/antiope/issues
author:         Arbor Networks
maintainer:     mayhem@arbor.net
copyright:      Arbor Networks
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/arbor/antiope

library
  hs-source-dirs:
      src
  ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -msse4.2
  build-depends:
      amazonka
    , amazonka-core
    , base >=4.7 && <5
    , bytestring
    , exceptions
    , generic-lens
    , http-client
    , http-types
    , lens
    , monad-logger
    , mtl
    , resourcet
    , text
    , transformers
    , unliftio-core
  exposed-modules:
      Antiope.Core
      Antiope.Core.Error
      Antiope.Core.Internal.Show
      Antiope.Env
      Antiope.Orphans
  other-modules:
      Paths_antiope_core
  default-language: Haskell2010

test-suite antiope-core-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      test
  ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -msse4.2 -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      amazonka
    , amazonka-core
    , antiope-core
    , base >=4.7 && <5
    , bytestring
    , exceptions
    , generic-lens
    , http-client
    , http-types
    , lens
    , monad-logger
    , mtl
    , resourcet
    , text
    , transformers
    , unliftio-core
  other-modules:
      Paths_antiope_core
  default-language: Haskell2010