aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbarenblat@gmail.com>2022-01-19 13:30:54 -0500
committerGravatar Benjamin Barenblat <bbarenblat@gmail.com>2022-01-19 13:30:54 -0500
commitd9c08e11fa5ecd5a8988c7c1aedf7c1a77177ea8 (patch)
tree39f5d68657a90c58e48860a52cc34f0e452901fd
parent12f9db3953840044d4b946b2a082855a16b30af4 (diff)
Remove Stack support
Supporting only one build system is simpler for now.
-rw-r--r--COPYRIGHT1
-rw-r--r--git-annex.cabal1
-rw-r--r--stack-windows.yaml30
-rw-r--r--stack.yaml24
4 files changed, 1 insertions, 55 deletions
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 <id@joeyh.name>
+ © 2022 Benjamin Barenblat <bbarenblat@gmail.com>
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