summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bittorrent.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 444fec64..bd5ffd2c 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -288,7 +288,7 @@ executable mktorrent
288 hs-source-dirs: examples 288 hs-source-dirs: examples
289 main-is: MkTorrent.hs 289 main-is: MkTorrent.hs
290 other-modules: Paths_bittorrent 290 other-modules: Paths_bittorrent
291 build-depends: base == 4.6.* 291 build-depends: base == 4.*
292 , bytestring 292 , bytestring
293 , text 293 , text
294 , pretty-class 294 , pretty-class