mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-20 21:39:53 +01:00
fix dependencies
This commit is contained in:
parent
0eacc58e29
commit
cad9f6d46e
@ -1,5 +1,5 @@
|
||||
Name: msgpack
|
||||
Version: 0.6.1.2
|
||||
Version: 0.6.1.3
|
||||
Synopsis: A Haskell implementation of MessagePack
|
||||
Description:
|
||||
A Haskell implementation of MessagePack <http://msgpack.org/>
|
||||
@ -28,8 +28,8 @@ Library
|
||||
attoparsec >= 0.8 && < 0.10,
|
||||
binary >= 0.5.0 && < 0.5.1,
|
||||
data-binary-ieee754 >= 0.4 && < 0.5,
|
||||
deepseq >= 1.1 && <1.2,
|
||||
template-haskell >= 2.4 && < 2.6
|
||||
deepseq >= 1.1 && <1.3,
|
||||
template-haskell >= 2.4 && < 2.7
|
||||
|
||||
Ghc-options: -Wall
|
||||
Hs-source-dirs: src
|
||||
|
Loading…
x
Reference in New Issue
Block a user