EnumSet with a BSD license

Hi All, Since there is some interest in my EnumSet module, I am reposting it here with a BSD license in anticipation of its rebirth as Data.Set.Enum. Cheers, David -------------------------------- David F. Place mailto:d@vidplace.com

Hello David, Wednesday, April 5, 2006, 9:30:33 PM, you wrote:
Since there is some interest in my EnumSet module, I am reposting it here with a BSD license in anticipation of its rebirth as Data.Set.Enum.
pair of comments: 1) wordLength = bitSize (undefined::Word) 2) your library will not work with Hugs 2003, what is the latest official (non-beta) version. "Portability : portable" ? -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com

On Apr 6, 2006, at 10:35 AM, Bulat Ziganshin wrote:
1) wordLength = bitSize (undefined::Word)
How'd I miss that one? Thanks.
2) your library will not work with Hugs 2003, what is the latest official (non-beta) version. "Portability : portable" ?
Fixed by changing "portable" to "non-portable" Please feel free to port it. -------------------------------- David F. Place mailto:d@vidplace.com
participants (2)
-
Bulat Ziganshin
-
David F. Place