[commit: packages/binary] master: Fix build error. Duplicates in other-modules. (c3ba099)
git at git.haskell.org
git at git.haskell.org
Fri Aug 3 20:28:28 UTC 2018
Repository : ssh://git@git.haskell.org/binary
On branch : master
Link : http://git.haskell.org/packages/binary.git/commitdiff/c3ba0995bd5dddb460fb5a1b9e402802874d2eea
>---------------------------------------------------------------
commit c3ba0995bd5dddb460fb5a1b9e402802874d2eea
Author: Lennart Kolmodin <kolmodin at gmail.com>
Date: Wed Aug 1 22:27:09 2018 +0200
Fix build error. Duplicates in other-modules.
>---------------------------------------------------------------
c3ba0995bd5dddb460fb5a1b9e402802874d2eea
binary.cabal | 2 --
1 file changed, 2 deletions(-)
diff --git a/binary.cabal b/binary.cabal
index c37b46a..e138c25 100644
--- a/binary.cabal
+++ b/binary.cabal
@@ -158,7 +158,6 @@ benchmark get
Data.Binary.Class
Data.Binary.FloatCast
Data.Binary.Generic
- Data.Binary.Get
Data.Binary.Get.Internal
Data.Binary.Internal
Data.Binary.Put
@@ -191,7 +190,6 @@ 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