summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-02-24 05:59:17 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-02-24 05:59:17 +0400
commit04d1c3a35696ac79143cdbfd669008631f91512c (patch)
tree93d71c0e641da56522c509d0864db0dbc7a124bc
parent04815747e3a9b80ee2fbe37a8e5636ab42c33bdf (diff)
Add optparse-applicative submodule
-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