mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-06-01 08:31:28 +02:00
haskell: update cabal file
This commit is contained in:
parent
5e19bc6f84
commit
a998706452
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user