Skip to content

Commit

Permalink
Update from Hackage at 2017-06-23T07:23:46Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jun 23, 2017
1 parent 63b9496 commit e0fa80e
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
81 changes: 81 additions & 0 deletions loup/0.0.6/loup.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
name: loup
version: 0.0.6
synopsis: Amazon Simple Workflow Service Wrapper for Work Pools.
description: Loup is a wrapper around Amazon Simple Workflow Service for Work Pools.
homepage: https://github.com/swift-nav/loup
license: MIT
license-file: LICENSE
author: Swift Navigation Inc.
maintainer: Mark Fine <dev@swiftnav.com>
copyright: Copyright (C) 2017 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/loup.git

library
exposed-modules: Network.AWS.Loup
other-modules: Network.AWS.Loup.Act
, Network.AWS.Loup.Converge
, Network.AWS.Loup.Ctx
, Network.AWS.Loup.Decide
, Network.AWS.Loup.Prelude
, Network.AWS.Loup.Types
, Network.AWS.Loup.Types.Alias
, Network.AWS.Loup.Types.Ctx
, Network.AWS.Loup.Types.Product
, Network.AWS.Loup.Types.Sum
default-language: Haskell2010
hs-source-dirs: src
ghc-options: -Wall
build-depends: aeson
, amazonka
, amazonka-swf
, base == 4.8.*
, bytestring
, conduit
, lifted-async
, lifted-base
, preamble
, time
, turtle
, unordered-containers
, uuid
, yaml

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

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

executable loup-converger
hs-source-dirs: main
main-is: converger.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends: base
, loup
, optparse-generic
default-language: Haskell2010

executable shake-loup
main-is: Shakefile.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends: base == 4.8.*
, shakers
default-language: Haskell2010
1 change: 1 addition & 0 deletions loup/0.0.6/loup.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"ba6917bcdaa0da47613a1e44812ce9e2","Skein512_512":"1297aee88028231dcd92bdbe3cb0c92c669d91af69dbaa8c20c223e5d38dd880cadf0c6d6af727bbe6fbda8e71c67a98a19cd791daee3337cd6a7196777d6345","SHA1":"7235fc03fa1d487727854cfe80d8a0b6d7c57e9b","SHA512":"acaf3e28cd6b154f584158dd8c70e7087740e4329b1a353fae8d2d7e2cf413780ddbe55d7168aed59dc9c2dc343bc5c1cf7516c9dd9ed3cf8fe2fd2440162d0a","SHA256":"0be5aef5dbe674056304a24feef900657903d80a2591ca200a992cb1e62d7f53"},"package-locations":["https://hackage.haskell.org/package/loup-0.0.6/loup-0.0.6.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/loup-0.0.6.tar.gz"],"package-size":7301}

0 comments on commit e0fa80e

Please sign in to comment.