summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2020-01-01 22:50:14 -0500
committerJoe Crayne <joe@jerkface.net>2020-01-01 22:50:14 -0500
commit02a3fc24a1008d1cd323a3142874bead5829ccae (patch)
treea1c6b145ec5eb097c3513e29bce8dc365232c57c
parenta3d4ea41c951fd6e53c0da51aa4136e780fe9a64 (diff)
Added cabal.project build.
-rw-r--r--.gitmodules6
m---------bencoding0
-rw-r--r--cabal.project15
m---------concurrent-supply0
4 files changed, 21 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index e69de29b..dcc18b41 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -0,0 +1,6 @@
1[submodule "concurrent-supply"]
2 path = concurrent-supply
3 url = https://github.com/ekmett/concurrent-supply.git
4[submodule "bencoding"]
5 path = bencoding
6 url = https://github.com/sergv/bencoding.git
diff --git a/bencoding b/bencoding
new file mode 160000
Subproject 5747f3e66596e63e1ef8cd50e003f4370e0a200
diff --git a/cabal.project b/cabal.project
new file mode 100644
index 00000000..0f0c60f2
--- /dev/null
+++ b/cabal.project
@@ -0,0 +1,15 @@
1packages:
2 dht/
3 sensible-directory/
4 concurrent-supply/
5 bencoding/
6 word64-map/
7 network-addr/
8 tox-crypto/
9 lifted-concurrent/
10 psq-wrap/
11 minmax-psq/
12 tasks/
13 kad/
14 torrent-types/
15 dput-hslogger/
diff --git a/concurrent-supply b/concurrent-supply
new file mode 160000
Subproject 0ed3444453120b2f8003c4c6805e1b0a129d568