summaryrefslogtreecommitdiff
path: root/src/Network
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-03-19 02:06:09 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-03-19 02:06:09 +0400
commitd483a33d3cde8873eec39e637c6d6b7c9cdf563a (patch)
tree0b469543340c68870f124847f837519e107bd452 /src/Network
parent3613e02e454980bb208132922e852145b89705c4 (diff)
Inline getClient function
Diffstat (limited to 'src/Network')
-rw-r--r--src/Network/BitTorrent/Client/Types.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/BitTorrent/Client/Types.hs b/src/Network/BitTorrent/Client/Types.hs
index e9f9f76e..31ebca2d 100644
--- a/src/Network/BitTorrent/Client/Types.hs
+++ b/src/Network/BitTorrent/Client/Types.hs
@@ -110,3 +110,4 @@ runBitTorrent client action = runReaderT (unBitTorrent action) client
110 110
111getClient :: BitTorrent Client 111getClient :: BitTorrent Client
112getClient = BitTorrent ask 112getClient = BitTorrent ask
113{-# INLINE getClient #-} \ No newline at end of file