-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
480da9d
commit 2e67ec2
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ cabal-version: 1.18 | |
-- | ||
-- see: https://github.com/sol/hpack | ||
-- | ||
-- hash: 89f1872b73104a5e3c9199c20692c3b0da3ba450a23bdfd7aad3d2bacc7bcb6c | ||
-- hash: 93c05d233611150574822d2e7e5b79a7f5016dbfb15705ce42d76a2cab18ec5a | ||
|
||
name: faktory | ||
version: 1.1.3.0 | ||
|
@@ -38,8 +38,8 @@ description: Haskell client and worker process for the Faktory background job | |
. | ||
This package contains only the `Client` and `Worker`. | ||
category: Network | ||
homepage: https://github.com/frontrowed/faktory_worker_haskell#readme | ||
bug-reports: https://github.com/frontrowed/faktory_worker_haskell/issues | ||
homepage: https://github.com/freckle/faktory_worker_haskell#readme | ||
bug-reports: https://github.com/freckle/faktory_worker_haskell/issues | ||
author: Freckle Engineering | ||
maintainer: [email protected] | ||
copyright: 2018 Freckle Education | ||
|
@@ -52,7 +52,7 @@ extra-doc-files: | |
|
||
source-repository head | ||
type: git | ||
location: https://github.com/frontrowed/faktory_worker_haskell | ||
location: https://github.com/freckle/faktory_worker_haskell | ||
|
||
library | ||
exposed-modules: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ author: Freckle Engineering | |
maintainer: [email protected] | ||
copyright: 2018 Freckle Education | ||
license: MIT | ||
github: frontrowed/faktory_worker_haskell | ||
github: freckle/faktory_worker_haskell | ||
synopsis: Faktory Worker for Haskell | ||
description: | | ||
Haskell client and worker process for the Faktory background job server. | ||
|