mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
haskell: reduce dependency of template-haskell
This commit is contained in:
parent
173302267f
commit
86d30fe571
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
Name: msgpack
|
||||
Version: 0.6.1
|
||||
Version: 0.6.1.1
|
||||
Synopsis: A Haskell implementation of MessagePack
|
||||
Description:
|
||||
A Haskell implementation of MessagePack <http://msgpack.org/>
|
||||
|
|
@ -29,7 +29,7 @@ Library
|
|||
binary >= 0.5.0 && < 0.5.1,
|
||||
data-binary-ieee754 >= 0.4 && < 0.5,
|
||||
deepseq >= 1.1 && <1.2,
|
||||
template-haskell >= 2.5 && < 2.6
|
||||
template-haskell >= 2.4 && < 2.6
|
||||
|
||||
Ghc-options: -Wall
|
||||
Hs-source-dirs: src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue