[commit: packages/binary] master: Remove more other-modules duplicates. (b5a2454)

git at git.haskell.org git at git.haskell.org
Fri Aug 3 20:28:30 UTC 2018


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

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

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

commit b5a2454e331ba516a14bed77e30f7ef8251eea48
Author: Lennart Kolmodin <kolmodin at gmail.com>
Date:   Thu Aug 2 08:35:14 2018 +0200

    Remove more other-modules duplicates.


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

b5a2454e331ba516a14bed77e30f7ef8251eea48
 binary.cabal | 2 --
 1 file changed, 2 deletions(-)

diff --git a/binary.cabal b/binary.cabal
index e138c25..343903c 100644
--- a/binary.cabal
+++ b/binary.cabal
@@ -198,7 +198,6 @@ benchmark put
   -- build dependencies from using binary source rather than depending on the library
   build-depends: array, containers
   ghc-options: -O2 -Wall
-  other-modules: Data.Binary.Generic
   if impl(ghc <= 7.6)
     -- prior to ghc-7.4 generics lived in ghc-prim
     build-depends: ghc-prim
@@ -234,7 +233,6 @@ benchmark generics-bench
     Cabal24
     GenericsBenchCache
     GenericsBenchTypes
-    Data.Binary.Generic
   -- build dependencies from using binary source rather than depending on the library
   build-depends: array, containers
   ghc-options: -O2 -Wall



More information about the ghc-commits mailing list