packages feed

tup-functor 0.2.0.1 → 0.2.0.2

raw patch · 2 files changed

+3/−3 lines, 2 files

Files

Data/Tup/Tup/Concat.hs view
@@ -21,8 +21,8 @@ --------------------------------------------------------------------------------
 
 #define TUPCONCAT(A,B,C) \
-instance TupConcat L.Tup##A L.Tup##B L.Tup##C ; \
-instance TupConcat S.Tup##A S.Tup##B S.Tup##C
+instance TupConcat L.Tup##A L.Tup##B L.Tup##C where { } ; \
+instance TupConcat S.Tup##A S.Tup##B S.Tup##C where { }
 
 --------------------------------------------------------------------------------
 
tup-functor.cabal view
@@ -1,6 +1,6 @@ 
 Name:                tup-functor
-Version:             0.2.0.1
+Version:             0.2.0.2
 Synopsis:            Homogeneous tuples
 Description:         Homogeneous tuples (also known as vectors), with various instances, most notably 'Functor' and 'Applicative'.
                      The primary goal of the library is to help functor-oriented programming