From 5538be6787e3dc7ce149b2a5c65339cb7c4cb02f Mon Sep 17 00:00:00 2001 From: Sam T Date: Sun, 9 Jun 2013 22:35:18 +0400 Subject: ~ Prepare for Hackage. --- README.md | 2 +- krpc.cabal | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 88731915..9b34c81c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ but might be used anywhere else. KRPC basically consisting of bencoded dictionaries sent over UDP. This implementation provides extra safiety by separation of procedure -signature | implementation and baking procedure type in host +signature and implementation and baking procedure type in host language, thus it's hard to shoot yourself in the foot accidently. See bittorrent DHT [specification][spec] for detailed protocol diff --git a/krpc.cabal b/krpc.cabal index 474778ad..d9dc8880 100644 --- a/krpc.cabal +++ b/krpc.cabal @@ -5,7 +5,7 @@ license-file: LICENSE author: Sam T. maintainer: Sam T. copyright: (c) 2013, Sam T. -category: Network, Remote +category: Network build-type: Simple cabal-version: >=1.8 homepage: https://github.com/pxqr/krpc @@ -15,7 +15,7 @@ description: KRPC remote procedure call protocol implementation. source-repository head type: git - location: https://github.com/pxqr/krpc.git + location: git://github.com/pxqr/krpc.git @@ -76,7 +76,7 @@ executable bench-server main-is: Server.hs build-depends: base == 4.*, krpc, bytestring hs-source-dirs: bench - ghc-options: -O2 -fforce-recomp + ghc-options: -fforce-recomp benchmark bench-client type: exitcode-stdio-1.0 -- cgit v1.2.3