summaryrefslogtreecommitdiff
path: root/krpc.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-05-12 07:31:58 +0400
committerSam T <pxqr.sta@gmail.com>2013-05-12 07:31:58 +0400
commita2bc26abbe6ccea464c04b990f8a4a8fa769ba2a (patch)
treea378e98388e02393e435a20335c6d1515da311b0 /krpc.cabal
parentfafdbec2cb64f11513bfe3a0a220562de97d9e36 (diff)
~ Move Method to KRPC.
Diffstat (limited to 'krpc.cabal')
-rw-r--r--krpc.cabal1
1 files changed, 0 insertions, 1 deletions
diff --git a/krpc.cabal b/krpc.cabal
index 97c903b9..e0fdb718 100644
--- a/krpc.cabal
+++ b/krpc.cabal
@@ -22,7 +22,6 @@ source-repository head
22library 22library
23 exposed-modules: Remote.KRPC 23 exposed-modules: Remote.KRPC
24 , Remote.KRPC.Protocol 24 , Remote.KRPC.Protocol
25 , Remote.KRPC.Method
26 25
27 build-depends: base == 4.* 26 build-depends: base == 4.*
28 27