summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-12-07 23:10:27 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-12-07 23:10:27 +0400
commit1ae7d4877a2a30131babbee54bc0c24651eaba90 (patch)
tree1d2b6835d70a546859569933d0a34037b029d7c5 /bittorrent.cabal
parent44fc77ee51b5aef9d43e3d384845d73646ea1d0e (diff)
Move JSON options to separate module
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal1
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