[commit: packages/binary] master: Add two more other-modules. (036e4eb)

git at git.haskell.org git at git.haskell.org
Tue Aug 7 12:33:48 UTC 2018


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

On branch  : master
Link       : http://git.haskell.org/packages/binary.git/commitdiff/036e4ebb05f25803140eebddece7a44e30aca1be

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

commit 036e4ebb05f25803140eebddece7a44e30aca1be
Author: Lennart Kolmodin <kolmodin at gmail.com>
Date:   Mon Aug 6 09:34:52 2018 +0000

    Add two more other-modules.


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

036e4ebb05f25803140eebddece7a44e30aca1be
 binary.cabal | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/binary.cabal b/binary.cabal
index 1d1b9cf..9b25877 100644
--- a/binary.cabal
+++ b/binary.cabal
@@ -158,6 +158,7 @@ benchmark get
     Data.Binary.Class
     Data.Binary.FloatCast
     Data.Binary.Generic
+    Data.Binary.Get
     Data.Binary.Get.Internal
     Data.Binary.Internal
     Data.Binary.Put
@@ -190,6 +191,7 @@ benchmark put
     Data.Binary.Get
     Data.Binary.Get.Internal
     Data.Binary.Internal
+    Data.Binary.Put
   build-depends:
     base >= 4.5.0.0 && < 5,
     bytestring >= 0.10.4,



More information about the ghc-commits mailing list