[commit: packages/binary] master: Added some missing deps (2bf4993)

git at git.haskell.org git at git.haskell.org
Sat Feb 4 21:17:33 UTC 2017


Repository : ssh://git@git.haskell.org/binary

On branch  : master
Link       : http://git.haskell.org/packages/binary.git/commitdiff/2bf4993587b76e3a91f0403a1ffcc6f04d041440

>---------------------------------------------------------------

commit 2bf4993587b76e3a91f0403a1ffcc6f04d041440
Author: Daniel Díaz <dhelta.diaz at gmail.com>
Date:   Wed May 25 17:14:02 2016 -0400

    Added some missing deps


>---------------------------------------------------------------

2bf4993587b76e3a91f0403a1ffcc6f04d041440
 binary.cabal | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/binary.cabal b/binary.cabal
index 555b2d6..5f2619b 100644
--- a/binary.cabal
+++ b/binary.cabal
@@ -108,7 +108,8 @@ benchmark bench
   other-modules: MemBench
   build-depends:
     base >= 4.5.0.0 && < 5,
-    bytestring
+    bytestring,
+    reinterpret-cast
   -- build dependencies from using binary source rather than depending on the library
   build-depends: array, containers
   c-sources: benchmarks/CBenchmark.c
@@ -130,7 +131,8 @@ benchmark get
     cereal,
     criterion == 1.*,
     deepseq,
-    mtl
+    mtl,
+    reinterpret-cast
   -- build dependencies from using binary source rather than depending on the library
   build-depends: array, containers
   ghc-options: -O2 -Wall
@@ -147,7 +149,8 @@ benchmark put
     base >= 4.5.0.0 && < 5,
     bytestring,
     criterion == 1.*,
-    deepseq
+    deepseq,
+    reinterpret-cast
   -- build dependencies from using binary source rather than depending on the library
   build-depends: array, containers
   ghc-options: -O2 -Wall
@@ -169,7 +172,9 @@ benchmark generics-bench
     tar,
     unordered-containers,
     zlib,
-    criterion
+    criterion,
+    reinterpret-cast
+    
   other-modules:
     GenericsBenchCache
     GenericsBenchTypes



More information about the ghc-commits mailing list