ANN: parameterized-data library v0.1.4

Dear Haskell developers, A new version of the parameterized-data library providing fixed-sized vectors (based on the type-level library) is pushed into the repository and uploaded to the Hackage database. This is only a minor update to fix the compatibility issues with base 4, GHC>=6.10 and cabal-install (not backward compatible). Bests, Hosein Attarzadeh

Dear Haskell developers, A new version of the parameterized-data library providing fixed-sized vectors (based on the type-level library) is pushed into the repository and uploaded to the Hackage database. The new version relaxes the "Data" constraint to "Typeable" on phantom data types used to specify the size of FSVecs. This additional constraint was introduced due to an enhancement to the automated instance derivation mechanism in GHC 6.12. Bests, Hosein Attarzadeh
participants (1)
-
Seyed Hosein Attarzadeh Niaki