diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-07 23:10:27 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-07 23:10:27 +0400 |
commit | 1ae7d4877a2a30131babbee54bc0c24651eaba90 (patch) | |
tree | 1d2b6835d70a546859569933d0a34037b029d7c5 /bittorrent.cabal | |
parent | 44fc77ee51b5aef9d43e3d384845d73646ea1d0e (diff) |
Move JSON options to separate module
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index d1016dc8..45107f3b 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -77,6 +77,7 @@ library | |||
77 | System.Torrent.FileMap | 77 | System.Torrent.FileMap |
78 | System.Torrent.Storage | 78 | System.Torrent.Storage |
79 | other-modules: Paths_bittorrent | 79 | other-modules: Paths_bittorrent |
80 | Data.Torrent.JSON | ||
80 | 81 | ||
81 | build-depends: base == 4.* | 82 | build-depends: base == 4.* |
82 | , bits-extras >= 0.1.2 | 83 | , bits-extras >= 0.1.2 |