diff options
-rw-r--r-- | krpc.cabal | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 | ||