[commit: packages/binary] master: Remove duplicate Binary instance of Version. (abc306b)
git at git.haskell.org
git at git.haskell.org
Wed Dec 16 09:43:33 UTC 2015
Repository : ssh://git@git.haskell.org/binary
On branch : master
Link : http://git.haskell.org/packages/binary.git/commitdiff/abc306b5f7bdd8fff2fa95781c458d23491ee66f
>---------------------------------------------------------------
commit abc306b5f7bdd8fff2fa95781c458d23491ee66f
Author: Lennart Kolmodin <kolmodin at google.com>
Date: Wed Nov 11 17:26:52 2015 +0100
Remove duplicate Binary instance of Version.
>---------------------------------------------------------------
abc306b5f7bdd8fff2fa95781c458d23491ee66f
benchmarks/GenericsBenchTypes.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/benchmarks/GenericsBenchTypes.hs b/benchmarks/GenericsBenchTypes.hs
index 4aeb7ba..65f1efa 100644
--- a/benchmarks/GenericsBenchTypes.hs
+++ b/benchmarks/GenericsBenchTypes.hs
@@ -43,5 +43,4 @@ instance Binary SourceRepo
instance Binary TestSuite
instance Binary TestSuiteInterface
instance Binary TestType
-instance Binary Version
instance Binary VersionRange
More information about the ghc-commits
mailing list