fsprojects / FSharp.Compatibility

Compatibility libraries for F#
44 stars 22 forks source link

Adding links to F# compatibility Haskell #16

Closed wallymathieu closed 6 years ago

wallymathieu commented 6 years ago

This fixes #10

jmquigs commented 6 years ago

Since this is just a readme change, I doubt the travis failure had anything to do with it. That build sometimes randomly fails. So, LGTM.

wallymathieu commented 6 years ago
FSC: error FS0193: The module/namespace 'System.Collections.Generic' from compilation unit 'mscorlib' did not contain the namespace, module or type 'IReadOnlyCollection`1' 

I've seen this error in connection to .net 4.0 compilation. Easiest fix is probably to bump to at least .net4.5.

jmquigs commented 6 years ago

Ok. I will try to bump it to 4.5.