In the course of doing nick8325/quickcheck#472 I encountered a number of packages which did not build with mhs. I thought I'd report them here for the sake of completeness. I may add to this list if and when I continue work on that PR.
data-fix: mhs: uncaught exception: error: "src/Data/Fix.hs": line 200, col 24: Cannot satisfy constraint: (Eq (f (Fix f)))
hashable: it seems that hashable for mhs does not export Hashed
old-time: many errors when building, an example is: error: Time.hsc:380:2: error: #error "Don't know how to get at timezone name on your OS."
scientific: couldn't build binary, which is a dependency, for a reason I didn't record (sorry!)
In the course of doing nick8325/quickcheck#472 I encountered a number of packages which did not build with
mhs. I thought I'd report them here for the sake of completeness. I may add to this list if and when I continue work on that PR.data-fix:mhs: uncaught exception: error: "src/Data/Fix.hs": line 200, col 24: Cannot satisfy constraint: (Eq (f (Fix f)))hashable: it seems that hashable for mhs does not exportHashedold-time: many errors when building, an example is:error: Time.hsc:380:2: error: #error "Don't know how to get at timezone name on your OS."scientific: couldn't buildbinary, which is a dependency, for a reason I didn't record (sorry!)