diff options
Diffstat (limited to 'src/Data')
-rw-r--r-- | src/Data/Torrent/Client.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Data/Torrent/Client.hs b/src/Data/Torrent/Client.hs index 0fd6722b..079b63c1 100644 --- a/src/Data/Torrent/Client.hs +++ b/src/Data/Torrent/Client.hs | |||
@@ -50,6 +50,7 @@ import Paths_bittorrent (version) | |||
50 | -- | 50 | -- |
51 | data ClientImpl = | 51 | data ClientImpl = |
52 | IUnknown | 52 | IUnknown |
53 | | IMainline | ||
53 | | IAres | 54 | | IAres |
54 | | IArctic | 55 | | IArctic |
55 | | IAvicora | 56 | | IAvicora |