From 69b1192e0e39636b243c7a7b780b22d70d24a310 Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Sat, 15 Apr 2023 20:59:43 -0500 Subject: [PATCH] Update package config --- package.yaml | 1 + zcash-haskell.cabal | 1 + 2 files changed, 2 insertions(+) diff --git a/package.yaml b/package.yaml index 4abaff2..cdbf9b7 100644 --- a/package.yaml +++ b/package.yaml @@ -9,6 +9,7 @@ copyright: "(c)2023 Vergara Technologies LLC" extra-source-files: - README.md - CHANGELOG.md +- configure # Metadata used when publishing your package synopsis: Utilities to interact with the Zcash blockchain diff --git a/zcash-haskell.cabal b/zcash-haskell.cabal index a4f20d2..cda14d2 100644 --- a/zcash-haskell.cabal +++ b/zcash-haskell.cabal @@ -18,6 +18,7 @@ build-type: Simple extra-source-files: README.md CHANGELOG.md + configure source-repository head type: git