haskell: update cabal file

This commit is contained in:
tanakh 2010-09-08 13:36:45 +09:00
parent 5e19bc6f84
commit a998706452

View File

@ -1,18 +1,18 @@
Name: msgpack Name: msgpack
Version: 0.3.1 Version: 0.3.1.1
Synopsis: A Haskell binding to MessagePack Synopsis: A Haskell binding to MessagePack
Description: Description:
A Haskell binding to MessagePack <http://msgpack.org/> A Haskell binding to MessagePack <http://msgpack.org/>
License: BSD3 License: BSD3
License-File: LICENSE License-File: LICENSE
Copyright: Copyright (c) 2009-2010, Hideyuki Tanaka
Category: Data Category: Data
Author: Hideyuki Tanaka Author: Hideyuki Tanaka
Maintainer: Hideyuki Tanaka <tanaka.hideyuki@gmail.com> Maintainer: Hideyuki Tanaka <tanaka.hideyuki@gmail.com>
Homepage: http://github.com/msgpack/msgpack Homepage: http://github.com/msgpack/msgpack
Stability: Experimental Stability: Experimental
Tested-with: GHC == 6.12.3 Cabal-Version: >= 1.6
Cabal-Version: >= 1.2
Build-Type: Simple Build-Type: Simple
Library Library
@ -27,7 +27,7 @@ Library
data-binary-ieee754 >= 0.4 && < 0.5, data-binary-ieee754 >= 0.4 && < 0.5,
deepseq >= 1.1 && <1.2 deepseq >= 1.1 && <1.2
Ghc-options: -Wall -O2 Ghc-options: -Wall
Hs-source-dirs: src Hs-source-dirs: src
Exposed-modules: Exposed-modules:
@ -36,3 +36,7 @@ Library
Data.MessagePack.Put Data.MessagePack.Put
Data.MessagePack.Parser Data.MessagePack.Parser
Data.MessagePack.Iteratee Data.MessagePack.Iteratee
Source-repository head
Type: git
Location: git://github.com/msgpack/msgpack.git