summaryrefslogtreecommitdiff
path: root/krpc.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-05-14 10:27:36 +0400
committerSam T <pxqr.sta@gmail.com>2013-05-14 10:27:36 +0400
commitd0038e9bde22751c9c926796a6c46be62a3cb81b (patch)
treed0955ea60d53d672f10e1e7c3be065a65b4193a6 /krpc.cabal
parenta2bc26abbe6ccea464c04b990f8a4a8fa769ba2a (diff)
~ Minor changes.
Diffstat (limited to 'krpc.cabal')
-rw-r--r--krpc.cabal12
1 files changed, 6 insertions, 6 deletions
diff --git a/krpc.cabal b/krpc.cabal
index e0fdb718..b9bd0f1a 100644
--- a/krpc.cabal
+++ b/krpc.cabal
@@ -46,13 +46,13 @@ library
46executable exsample-client 46executable exsample-client
47 main-is: Client.hs 47 main-is: Client.hs
48 other-modules: Shared 48 other-modules: Shared
49 build-depends: base == 4.*, krpc 49 build-depends: base == 4.*, krpc, bytestring
50 hs-source-dirs: examples 50 hs-source-dirs: examples
51 51
52executable exsample-server 52executable exsample-server
53 main-is: Server.hs 53 main-is: Server.hs
54 other-modules: Shared 54 other-modules: Shared
55 build-depends: base == 4.*, krpc 55 build-depends: base == 4.*, krpc, bytestring
56 hs-source-dirs: examples 56 hs-source-dirs: examples
57 57
58 58
@@ -60,13 +60,13 @@ executable exsample-server
60 60
61executable bench-server 61executable bench-server
62 main-is: Server.hs 62 main-is: Server.hs
63 build-depends: base == 4.*, krpc 63 build-depends: base == 4.*, krpc, bytestring
64 hs-source-dirs: bench 64 hs-source-dirs: bench
65 ghc-options: -O2 65 ghc-options: -O2 -fforce-recomp
66 66
67benchmark bench-client 67benchmark bench-client
68 type: exitcode-stdio-1.0 68 type: exitcode-stdio-1.0
69 main-is: Main.hs 69 main-is: Main.hs
70 hs-source-dirs: bench 70 hs-source-dirs: bench
71 build-depends: base == 4.5.*, krpc, criterion 71 build-depends: base == 4.5.*, krpc, criterion, bytestring
72 ghc-options: -O2 \ No newline at end of file 72 ghc-options: -O2 -fforce-recomp \ No newline at end of file