summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
-rw-r--r--bittorrent.cabal1
m---------sub/optparse-applicative0
3 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 21868293..f35426da 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,3 +7,6 @@
7[submodule "sub/hspec"] 7[submodule "sub/hspec"]
8 path = sub/hspec 8 path = sub/hspec
9 url = https://github.com/DanielG/hspec.git 9 url = https://github.com/DanielG/hspec.git
10[submodule "sub/optparse-applicative"]
11 path = sub/optparse-applicative
12 url = https://github.com/pcapriotti/optparse-applicative.git
diff --git a/bittorrent.cabal b/bittorrent.cabal
index c6797164..0ccc5d97 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -240,6 +240,7 @@ test-suite spec
240 , network 240 , network
241 241
242 -- * System 242 -- * System
243 , optparse-applicative >= 0.8
243 , process 244 , process
244 , directory 245 , directory
245 , filepath 246 , filepath
diff --git a/sub/optparse-applicative b/sub/optparse-applicative
new file mode 160000
Subproject af598b6821702ef97f22d9daf0042b1d2c0345a