summaryrefslogtreecommitdiff
path: root/krpc.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-05-19 07:31:40 +0400
committerSam T <pxqr.sta@gmail.com>2013-05-19 07:31:40 +0400
commit3093d1ffb375b70e125bba4aacefa03d56d094c6 (patch)
tree5c0007c9081624f5773c5d2f9719a24a0d0394b6 /krpc.cabal
parentc22a4f2a7cbb11c4904c3c9796335d1b34f3c601 (diff)
~ Run server from test client.
Diffstat (limited to 'krpc.cabal')
-rw-r--r--krpc.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/krpc.cabal b/krpc.cabal
index bb3fdea6..446c612d 100644
--- a/krpc.cabal
+++ b/krpc.cabal
@@ -48,6 +48,9 @@ test-suite test-client
48 other-modules: Shared 48 other-modules: Shared
49 build-depends: base == 4.* 49 build-depends: base == 4.*
50 , bytestring 50 , bytestring
51 , process
52 , filepath
53
51 , krpc 54 , krpc
52 55
53 , HUnit 56 , HUnit