summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2020-01-01 22:57:35 -0500
committerJoe Crayne <joe@jerkface.net>2020-01-01 22:57:35 -0500
commit521829739b8c1655ef5c56fd4bcf2097c22ad62f (patch)
tree55fca9031a25bb0550b5aceb82b07158913d5823
parent0e0e49d2381738501139d311b3147c6ae8179e11 (diff)
Use Promethea Raschke's fork of base32-bytestring.
-rw-r--r--.gitmodules3
m---------base32-bytestring0
-rw-r--r--cabal.project5
3 files changed, 6 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index dcc18b41..2e0ae261 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,3 +4,6 @@
4[submodule "bencoding"] 4[submodule "bencoding"]
5 path = bencoding 5 path = bencoding
6 url = https://github.com/sergv/bencoding.git 6 url = https://github.com/sergv/bencoding.git
7[submodule "base32-bytestring"]
8 path = base32-bytestring
9 url = https://github.com/eth-r/base32-bytestring
diff --git a/base32-bytestring b/base32-bytestring
new file mode 160000
Subproject 546484b6749afda7d94257096dbfe5b3bd1f240
diff --git a/cabal.project b/cabal.project
index 0f0c60f2..52755c6a 100644
--- a/cabal.project
+++ b/cabal.project
@@ -1,8 +1,6 @@
1packages: 1packages:
2 dht/ 2 dht/
3 sensible-directory/ 3 sensible-directory/
4 concurrent-supply/
5 bencoding/
6 word64-map/ 4 word64-map/
7 network-addr/ 5 network-addr/
8 tox-crypto/ 6 tox-crypto/
@@ -13,3 +11,6 @@ packages:
13 kad/ 11 kad/
14 torrent-types/ 12 torrent-types/
15 dput-hslogger/ 13 dput-hslogger/
14 bencoding/
15 concurrent-supply/
16 base32-bytestring/