From 1cdf6bc8b51db6e31d098c0b1e1851ad854fcb70 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Thu, 17 Aug 2023 13:09:49 -0400 Subject: [PATCH] put source-repository in a legal position --- gbs-downloader.cabal | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gbs-downloader.cabal b/gbs-downloader.cabal index d334811..46c0230 100644 --- a/gbs-downloader.cabal +++ b/gbs-downloader.cabal @@ -53,11 +53,6 @@ copyright: 2023 The Authors category: Network build-type: Simple -source-repository head - type: git - location: - https://whetstone.private.storage/PrivateStorage/gbs-downloader.git - -- Extra doc files to be distributed with the package, such as a CHANGELOG or a README. extra-doc-files: CHANGELOG.md @@ -66,6 +61,11 @@ extra-doc-files: -- Extra source files to be distributed with the package, such as examples, or a tutorial module. -- extra-source-files: +source-repository head + type: git + location: + https://whetstone.private.storage/PrivateStorage/gbs-downloader.git + common warnings ghc-options: -Wall -- GitLab