summaryrefslogtreecommitdiff
path: root/krpc.cabal
diff options
context:
space:
mode:
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