From 221e8a231dbaf65c8fc141e0465ae935ac31dab9 Mon Sep 17 00:00:00 2001 From: Mitchell Rosen Date: Mon, 8 Jul 2024 15:57:25 -0400 Subject: [PATCH] bump some metadata --- LICENSE | 2 +- hasql-listen-notify.cabal | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 45a2b2d..31e258e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2023 Mitchell Rosen, Travis Staton +Copyright 2023-2024 Mitchell Dalvi Rosen, Travis Staton Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/hasql-listen-notify.cabal b/hasql-listen-notify.cabal index 00fc44d..4eae0bf 100644 --- a/hasql-listen-notify.cabal +++ b/hasql-listen-notify.cabal @@ -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 , Travis Staton +maintainer: Mitchell Dalvi Rosen , Travis Staton name: hasql-listen-notify synopsis: LISTEN/NOTIFY with hasql tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1