From a99870645244f9073075a43c30dc20511de89097 Mon Sep 17 00:00:00 2001 From: tanakh Date: Wed, 8 Sep 2010 13:36:45 +0900 Subject: [PATCH] haskell: update cabal file --- haskell/msgpack.cabal | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/haskell/msgpack.cabal b/haskell/msgpack.cabal index bd10c4aa..ccdb2f7f 100644 --- a/haskell/msgpack.cabal +++ b/haskell/msgpack.cabal @@ -1,18 +1,18 @@ Name: msgpack -Version: 0.3.1 +Version: 0.3.1.1 Synopsis: A Haskell binding to MessagePack Description: A Haskell binding to MessagePack License: BSD3 License-File: LICENSE +Copyright: Copyright (c) 2009-2010, Hideyuki Tanaka Category: Data Author: Hideyuki Tanaka Maintainer: Hideyuki Tanaka Homepage: http://github.com/msgpack/msgpack Stability: Experimental -Tested-with: GHC == 6.12.3 -Cabal-Version: >= 1.2 +Cabal-Version: >= 1.6 Build-Type: Simple Library @@ -27,7 +27,7 @@ Library data-binary-ieee754 >= 0.4 && < 0.5, deepseq >= 1.1 && <1.2 - Ghc-options: -Wall -O2 + Ghc-options: -Wall Hs-source-dirs: src Exposed-modules: @@ -36,3 +36,7 @@ Library Data.MessagePack.Put Data.MessagePack.Parser Data.MessagePack.Iteratee + +Source-repository head + Type: git + Location: git://github.com/msgpack/msgpack.git