Bodigrim/smallcheck

Typeable changes cause smallcheck not to build in HEAD

ezyang opened this issue · 3 comments

Configuring smallcheck-1.0.2...
Building smallcheck-1.0.2...
Preprocessing library smallcheck-1.0.2...
[1 of 6] Compiling Test.SmallCheck.SeriesMonad ( Test/SmallCheck/SeriesMonad.hs, dist/build/Test/SmallCheck/SeriesMonad.o )
[2 of 6] Compiling Test.SmallCheck.Series ( Test/SmallCheck/Series.hs, dist/build/Test/SmallCheck/Series.o )
[3 of 6] Compiling Test.SmallCheck.Property.Result ( Test/SmallCheck/Property/Result.hs, dist/build/Test/SmallCheck/Property/Result.o )
[4 of 6] Compiling Test.SmallCheck.Property ( Test/SmallCheck/Property.hs, dist/build/Test/SmallCheck/Property.o )

Test/SmallCheck/Property.hs:64:10:
    Not in scope: type constructor or class ‛Typeable1’
    Perhaps you meant ‛Typeable’ (imported from Data.Typeable)

Test/SmallCheck/Property.hs:66:5:
    ‛typeOf’ is not a (visible) method of class ‛Typeable’

Not surprisingly :-)

Is it something you need to be fixed right now (i.e. before the next release or RC)?

No; please fix at your leisure / before the next RC happens.

Fixed in v1.1 (by edf116d)