-
Notifications
You must be signed in to change notification settings - Fork 0
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
3639bb0
commit 221e8a2
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
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
cabal-version: 2.2 | ||
|
||
author: Mitchell Rosen, Travis Staton | ||
author: Mitchell Dalvi Rosen, Travis Staton | ||
bug-reports: https://github.com/awkward-squad/hasql-listen-notify/issues | ||
category: Concurrency | ||
copyright: Copyright (C) 2023 Mitchell Rosen, Travis Staton | ||
category: Hasql, PostgreSQL | ||
copyright: Copyright (C) 2023-2024 Mitchell Dalvi Rosen, Travis Staton | ||
description: LISTEN/NOTIFY with @hasql@. | ||
homepage: https://github.com/awkward-squad/hasql-listen-notify | ||
license-file: LICENSE | ||
license: BSD-3-Clause | ||
maintainer: Mitchell Rosen <[email protected]>, Travis Staton <[email protected]> | ||
maintainer: Mitchell Dalvi Rosen <[email protected]>, Travis Staton <[email protected]> | ||
name: hasql-listen-notify | ||
synopsis: LISTEN/NOTIFY with hasql | ||
tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1 | ||
|