aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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