Skip to content

Commit

Permalink
Update from Hackage at 2017-11-13T23:57:02Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Nov 14, 2017
1 parent 69a1050 commit 364936a
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 0 deletions.
93 changes: 93 additions & 0 deletions wolf/0.3.34/wolf.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
name: wolf
version: 0.3.34
cabal-version: >=1.22
build-type: Simple
license: MIT
license-file: LICENSE
copyright: Copyright (C) 2015-2016 Swift Navigation, Inc.
maintainer: Mark Fine <dev@swiftnav.com>
homepage: https://github.com/swift-nav/wolf
synopsis: Amazon Simple Workflow Service Wrapper.
description:
Wolf is a wrapper around Amazon Simple Workflow Service.
category: Network, AWS, Cloud, Distributed Computing
author: Swift Navigation Inc.

source-repository head
type: git
location: git@github.com:swift-nav/wolf.git

library
exposed-modules:
Network.AWS.Wolf
build-depends:
aeson >=0.11.3.0,
amazonka >=1.4.3,
amazonka-swf >=1.4.3,
base >=4.8 && <5,
bytestring >=0.10.6.0,
conduit >=1.2.10,
directory >=1.2.2.0,
filepath >=1.4.0.0,
http-types >=0.9.1,
lifted-async >=0.9.1.1,
lifted-base >=0.2.3.11,
preamble >=0.0.53,
process >=1.2.3.0,
time >=1.5.0.1,
uuid >=1.3.13,
yaml >=0.8.23
default-language: Haskell2010
hs-source-dirs: src
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.SWF
Network.AWS.Wolf.Types
Network.AWS.Wolf.Types.Ctx
Network.AWS.Wolf.Types.Product
Network.AWS.Wolf.Types.Sum
ghc-options: -Wall

executable wolf-actor
main-is: actor.hs
build-depends:
base >=4.8.2.0,
wolf,
optparse-generic >=1.1.5
default-language: Haskell2010
hs-source-dirs: main
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall

executable wolf-decider
main-is: decider.hs
build-depends:
base >=4.8.2.0,
wolf,
optparse-generic >=1.1.5
default-language: Haskell2010
hs-source-dirs: main
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall

executable wolf-counter
main-is: counter.hs
build-depends:
base >=4.8.2.0,
wolf,
optparse-generic >=1.1.5
default-language: Haskell2010
hs-source-dirs: main
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall

executable shake-wolf
main-is: Shakefile.hs
build-depends:
base >=4.8 && <5,
shakers >=0.0.36
default-language: Haskell2010
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall

1 change: 1 addition & 0 deletions wolf/0.3.34/wolf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"07a9ac0955d7025db5be019fc69b4033","Skein512_512":"6abf35dd1cc12fc0b77ad1b817e1aebf9e585d97853e374e782525c327a064e459ddc4cec6afa2b1561748e6198a709b324f1913587db666bb18de3e51222a76","SHA1":"4b1d1882df9fce42de090a7af45d0b0fceb702e5","SHA512":"14d21388301eb1196acc7d2246af761e60031e9efbf295ef1e72d93e401e94e58f6b98dfa20ddf2f8150f3021300eb3f4000433c5e26a1ad9e9a9f3013b88be2","SHA256":"58843279f0f9d1b927d64810492e2d5f085783a897c9d9ef21e84f0ea6809abc"},"package-locations":["https://hackage.haskell.org/package/wolf-0.3.34/wolf-0.3.34.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/wolf-0.3.34.tar.gz"],"package-size":9209}

0 comments on commit 364936a

Please sign in to comment.