From 76e1fd5f536684f3f03e3e0208a82d64d586b7f7 Mon Sep 17 00:00:00 2001 From: Javier Sagredo Date: Tue, 22 Oct 2024 15:45:45 +0200 Subject: [PATCH] Release rawlock and resource-registry --- rawlock/rawlock.cabal | 6 ++++++ resource-registry/CHANGELOG.md | 4 ++-- resource-registry/resource-registry.cabal | 6 ++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/rawlock/rawlock.cabal b/rawlock/rawlock.cabal index 96ca5e5..b4c3e78 100644 --- a/rawlock/rawlock.cabal +++ b/rawlock/rawlock.cabal @@ -33,6 +33,12 @@ source-repository head location: https://github.com/IntersectMBO/io-classes-extra subdir: rawlock +source-repository this + type: git + location: https://github.com/IntersectMBO/io-classes-extra + subdir: rawlock + tag: rawlock-0.1.0.0 + common warnings ghc-options: -Wall diff --git a/resource-registry/CHANGELOG.md b/resource-registry/CHANGELOG.md index f9ebb5f..636464e 100644 --- a/resource-registry/CHANGELOG.md +++ b/resource-registry/CHANGELOG.md @@ -1,5 +1,5 @@ # Revision history of strict-checked-vars -## 0.1.0.0 — 2024-10-21 +## 0.1.0.0 — 2024-10-22 -- First release, extracted from `ouroboros-consensus`. +- First release, extracted from [`ouroboros-consensus`](https://github.com/IntersectMBO/ouroboros-consensus). diff --git a/resource-registry/resource-registry.cabal b/resource-registry/resource-registry.cabal index bfa8206..aef158d 100644 --- a/resource-registry/resource-registry.cabal +++ b/resource-registry/resource-registry.cabal @@ -31,6 +31,12 @@ source-repository head location: https://github.com/IntersectMBO/io-classes-extra subdir: resource-registry +source-repository this + type: git + location: https://github.com/IntersectMBO/io-classes-extra + subdir: resource-registry + tag: resource-registry-0.1.0.0 + common warnings ghc-options: -Wall