summaryrefslogtreecommitdiff
path: root/krpc.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'krpc.cabal')
-rw-r--r--krpc.cabal4
1 files changed, 4 insertions, 0 deletions
diff --git a/krpc.cabal b/krpc.cabal
index 2dad90d3..224fe2d5 100644
--- a/krpc.cabal
+++ b/krpc.cabal
@@ -49,6 +49,10 @@ library
49 , bencoding == 0.4.* 49 , bencoding == 0.4.*
50 50
51 , network >= 2.3 51 , network >= 2.3
52
53 if impl(ghc < 7.6)
54 build-depends: ghc-prim
55
52 ghc-options: -Wall 56 ghc-options: -Wall
53 57
54 58