| implement hGetArray/hPutArray (#3417) |
|
More...
|
about 17 years ago
|
| Fix "Cabal check" warnings |
|
More...
|
about 17 years ago
|
| Remove Data.Array.Diff; proposal #3370 It is now in its own diffarray package |
|
More...
|
about 17 years ago
|
| Improve the index checking for array accesses; fixes #2120 #2669 As well as checking that offset we are reading is actually inside the array, we now also check that it is "in range" as defined by the Ix instance. This fixes confusing behaviour (#2120) and improves some error messages (#2669). |
|
More...
|
about 17 years ago
|
| Fix some "warn-unused-do-bind" warnings where we want to ignore the value |
|
More...
|
about 17 years ago
|
| Use a bang pattern when we where/let-bind values with unlifted types |
|
More...
|
over 17 years ago
|
| Update for new IO library (TEMPORARY: hGetArray/hPutArray not implemented) |
|
More...
|
over 17 years ago
|
| Require Cabal version >= 1.6 |
|
More...
|
over 17 years ago
|
| Add "bug-reports" and "source-repository" info to the Cabal file |
|
More...
|
over 17 years ago
|
| Avoid using IOError internals |
|
More...
|
over 17 years ago
|
| Bump the version number to 0.2.0.1, to work-around cabal-install problems |
|
More...
|
over 17 years ago
|
| Turns out syb is not needed at all |
|
More...
|
almost 18 years ago
|
| remove unnecessary Data.Generics.* imports |
|
More...
|
almost 18 years ago
|
| Bump version number to 0.2.0.0 |
|
More...
|
almost 18 years ago
|
| follow library changes |
|
More...
|
almost 18 years ago
|
| add include/Typeable.h to extra-source-files |
|
More...
|
about 18 years ago
|
| fix cabal build-depends for nhc98 |
|
More...
|
about 18 years ago
|
| add a dep on syb |
|
More...
|
about 18 years ago
|
| We now depend on concurrent (split off from base) |
|
More...
|
about 18 years ago
|
| add category field |
|
More...
|
about 18 years ago
|
| we depend on st, now split off from base |
|
More...
|
about 18 years ago
|
| share type signatures between implementations |
|
More...
|
about 18 years ago
|
| mark GHC-only functions used in RULES |
|
More...
|
about 18 years ago
|
| delete imports of Data.Foldable and Data.Traversable (fixes #2176) |
|
More...
|
about 18 years ago
|
| Re-expose Data.Array.IO.Internals; fixes trac #2473 |
|
More...
|
about 18 years ago
|
| use "e" for element type for consistency (fixes #2482) |
|
More...
|
about 18 years ago
|
| Eliminate orphan rules and instances in the array package |
|
More...
|
about 18 years ago
|
| Add temporary -fno-warn-orphans in modules that have orphans |
|
More...
|
about 18 years ago
|
| Remove explicit Prelude imports These are no longer needed, now that Prelude is in a different package |
|
More...
|
about 18 years ago
|
| import Word8 for non-GHC |
|
More...
|
about 18 years ago
|