From d0038e9bde22751c9c926796a6c46be62a3cb81b Mon Sep 17 00:00:00 2001 From: Sam T Date: Tue, 14 May 2013 10:27:36 +0400 Subject: ~ Minor changes. --- krpc.cabal | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'krpc.cabal') diff --git a/krpc.cabal b/krpc.cabal index e0fdb718..b9bd0f1a 100644 --- a/krpc.cabal +++ b/krpc.cabal @@ -46,13 +46,13 @@ library executable exsample-client main-is: Client.hs other-modules: Shared - build-depends: base == 4.*, krpc + build-depends: base == 4.*, krpc, bytestring hs-source-dirs: examples executable exsample-server main-is: Server.hs other-modules: Shared - build-depends: base == 4.*, krpc + build-depends: base == 4.*, krpc, bytestring hs-source-dirs: examples @@ -60,13 +60,13 @@ executable exsample-server executable bench-server main-is: Server.hs - build-depends: base == 4.*, krpc + build-depends: base == 4.*, krpc, bytestring hs-source-dirs: bench - ghc-options: -O2 + ghc-options: -O2 -fforce-recomp benchmark bench-client type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: bench - build-depends: base == 4.5.*, krpc, criterion - ghc-options: -O2 \ No newline at end of file + build-depends: base == 4.5.*, krpc, criterion, bytestring + ghc-options: -O2 -fforce-recomp \ No newline at end of file -- cgit v1.2.3