name: wolf version: 0.3.14 synopsis: Amazon Simple Workflow Service Wrapper. description: Wolf is a wrapper around Amazon Simple Workflow Service. homepage: https://github.com/swift-nav/wolf license: MIT license-file: LICENSE author: Swift Navigation Inc. maintainer: Mark Fine copyright: Copyright (C) 2015-2016 Swift Navigation, Inc. category: Network, AWS, Cloud, Distributed Computing build-type: Simple cabal-version: >= 1.22 source-repository head type: git location: git@github.com:swift-nav/wolf.git library exposed-modules: Network.AWS.Wolf other-modules: Network.AWS.Wolf.Act , Network.AWS.Wolf.Count , Network.AWS.Wolf.Ctx , Network.AWS.Wolf.Decide , Network.AWS.Wolf.File , Network.AWS.Wolf.Prelude , Network.AWS.Wolf.S3 , Network.AWS.Wolf.SWF , Network.AWS.Wolf.Types , Network.AWS.Wolf.Types.Ctx , Network.AWS.Wolf.Types.Product , Network.AWS.Wolf.Types.Sum default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall build-depends: aeson , amazonka , amazonka-core , amazonka-s3 , amazonka-swf , base == 4.8.* , bytestring , conduit , conduit-combinators , conduit-extra , directory , exceptions , filemanip , filepath , http-types , lifted-async , monad-control , optparse-applicative , preamble , process , resourcet , text , time , uuid , yaml executable wolf-actor hs-source-dirs: main main-is: actor.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall build-depends: base , wolf , optparse-generic default-language: Haskell2010 executable wolf-decider hs-source-dirs: main main-is: decider.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall build-depends: base , wolf , optparse-generic default-language: Haskell2010 executable wolf-counter hs-source-dirs: main main-is: counter.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall build-depends: base , wolf , optparse-generic default-language: Haskell2010 executable shake-wolf main-is: Shakefile.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall build-depends: base == 4.8.* , shakers default-language: Haskell2010