diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-06-09 22:35:18 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-06-09 22:35:18 +0400 |
commit | 5538be6787e3dc7ce149b2a5c65339cb7c4cb02f (patch) | |
tree | 80c0edbe89f73624023af4bd1f35bcce0ad46e88 /krpc.cabal | |
parent | 3d799406a530231807b13bf893328aa3ef13ea44 (diff) |
~ Prepare for Hackage.
Diffstat (limited to 'krpc.cabal')
-rw-r--r-- | krpc.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,7 +5,7 @@ license-file: LICENSE | |||
5 | author: Sam T. | 5 | author: Sam T. |
6 | maintainer: Sam T. <pxqr.sta@gmail.com> | 6 | maintainer: Sam T. <pxqr.sta@gmail.com> |
7 | copyright: (c) 2013, Sam T. | 7 | copyright: (c) 2013, Sam T. |
8 | category: Network, Remote | 8 | category: Network |
9 | build-type: Simple | 9 | build-type: Simple |
10 | cabal-version: >=1.8 | 10 | cabal-version: >=1.8 |
11 | homepage: https://github.com/pxqr/krpc | 11 | homepage: https://github.com/pxqr/krpc |
@@ -15,7 +15,7 @@ description: KRPC remote procedure call protocol implementation. | |||
15 | 15 | ||
16 | source-repository head | 16 | source-repository head |
17 | type: git | 17 | type: git |
18 | location: https://github.com/pxqr/krpc.git | 18 | location: git://github.com/pxqr/krpc.git |
19 | 19 | ||
20 | 20 | ||
21 | 21 | ||
@@ -76,7 +76,7 @@ executable bench-server | |||
76 | main-is: Server.hs | 76 | main-is: Server.hs |
77 | build-depends: base == 4.*, krpc, bytestring | 77 | build-depends: base == 4.*, krpc, bytestring |
78 | hs-source-dirs: bench | 78 | hs-source-dirs: bench |
79 | ghc-options: -O2 -fforce-recomp | 79 | ghc-options: -fforce-recomp |
80 | 80 | ||
81 | benchmark bench-client | 81 | benchmark bench-client |
82 | type: exitcode-stdio-1.0 | 82 | type: exitcode-stdio-1.0 |