From d9c08e11fa5ecd5a8988c7c1aedf7c1a77177ea8 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Wed, 19 Jan 2022 13:30:54 -0500 Subject: Remove Stack support Supporting only one build system is simpler for now. --- COPYRIGHT | 1 + git-annex.cabal | 1 - stack-windows.yaml | 30 ------------------------------ stack.yaml | 24 ------------------------ 4 files changed, 1 insertion(+), 55 deletions(-) delete mode 100644 stack-windows.yaml delete mode 100644 stack.yaml diff --git a/COPYRIGHT b/COPYRIGHT index 4ac78af95..1bb6ebbab 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -3,6 +3,7 @@ Source: native package Files: * Copyright: © 2010-2018 Joey Hess + © 2022 Benjamin Barenblat License: GPL-3+ Files: Assistant/WebApp.hs Assistant/WebApp/* templates/* static/* diff --git a/git-annex.cabal b/git-annex.cabal index f577c583a..5b87cb04b 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -34,7 +34,6 @@ Description: -- standalone apps, and packages. Include only files that are needed -- make cabal install git-annex work. Extra-Source-Files: - stack.yaml README CHANGELOG NEWS diff --git a/stack-windows.yaml b/stack-windows.yaml deleted file mode 100644 index 84edf0449..000000000 --- a/stack-windows.yaml +++ /dev/null @@ -1,30 +0,0 @@ -flags: - git-annex: - concurrentoutput: true - production: true - assistant: true - pairing: true - network-uri: true - s3: true - webdav: true - torrentparser: true - webapp: true - magicmime: false - dbus: false - android: false - androidsplice: false -packages: -- '.' -extra-deps: -- aws-0.17.1 -- bloomfilter-2.0.1.0 -- torrent-10000.1.1 -- Win32-2.6.1.0 -- directory-1.3.1.5 -- process-1.6.2.0 -- http-client-0.5.7.1 -- unix-compat-0.5.0.1 -allow-newer: true -explicit-setup-deps: - git-annex: true -resolver: lts-9.10 diff --git a/stack.yaml b/stack.yaml deleted file mode 100644 index 64e1081f9..000000000 --- a/stack.yaml +++ /dev/null @@ -1,24 +0,0 @@ -flags: - git-annex: - concurrentoutput: true - production: true - assistant: true - pairing: true - network-uri: true - s3: true - webdav: true - torrentparser: true - webapp: true - magicmime: false - dbus: false - android: false - androidsplice: false -packages: -- '.' -extra-deps: -- aws-0.17.1 -- bloomfilter-2.0.1.0 -- torrent-10000.1.1 -explicit-setup-deps: - git-annex: true -resolver: lts-9.9 -- cgit v1.2.3