Skip to content
Snippets Groups Projects
Unverified Commit c3ba0995 authored by Lennart Kolmodin's avatar Lennart Kolmodin
Browse files

Fix build error. Duplicates in other-modules.

parent 71c6b4b6
No related branches found
No related tags found
No related merge requests found
...@@ -158,7 +158,6 @@ benchmark get ...@@ -158,7 +158,6 @@ benchmark get
Data.Binary.Class Data.Binary.Class
Data.Binary.FloatCast Data.Binary.FloatCast
Data.Binary.Generic Data.Binary.Generic
Data.Binary.Get
Data.Binary.Get.Internal Data.Binary.Get.Internal
Data.Binary.Internal Data.Binary.Internal
Data.Binary.Put Data.Binary.Put
...@@ -191,7 +190,6 @@ benchmark put ...@@ -191,7 +190,6 @@ benchmark put
Data.Binary.Get Data.Binary.Get
Data.Binary.Get.Internal Data.Binary.Get.Internal
Data.Binary.Internal Data.Binary.Internal
Data.Binary.Put
build-depends: build-depends:
base >= 4.5.0.0 && < 5, base >= 4.5.0.0 && < 5,
bytestring >= 0.10.4, bytestring >= 0.10.4,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment