diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-24 05:59:17 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-24 05:59:17 +0400 |
commit | 04d1c3a35696ac79143cdbfd669008631f91512c (patch) | |
tree | 93d71c0e641da56522c509d0864db0dbc7a124bc | |
parent | 04815747e3a9b80ee2fbe37a8e5636ab42c33bdf (diff) |
Add optparse-applicative submodule
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | bittorrent.cabal | 1 | ||||
m--------- | sub/optparse-applicative | 0 |
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 | |||