14
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 01, 2025 — Sep 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
implement hGetArray/hPutArray (#3417) More... about 17 years ago
Fix "Cabal check" warnings
igloo
as Ian Lynagh
More... about 17 years ago
Remove Data.Array.Diff; proposal #3370 It is now in its own diffarray package
igloo
as Ian Lynagh
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).
igloo
as Ian Lynagh
More... about 17 years ago
Fix some "warn-unused-do-bind" warnings where we want to ignore the value
igloo
as Ian Lynagh
More... about 17 years ago
Use a bang pattern when we where/let-bind values with unlifted types
igloo
as Ian Lynagh
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
igloo
as Ian Lynagh
More... over 17 years ago
Add "bug-reports" and "source-repository" info to the Cabal file
igloo
as Ian Lynagh
More... over 17 years ago
Avoid using IOError internals
igloo
as Ian Lynagh
More... over 17 years ago
Bump the version number to 0.2.0.1, to work-around cabal-install problems
igloo
as Ian Lynagh
More... over 17 years ago
Turns out syb is not needed at all
dcoutts
as Duncan Coutts
More... almost 18 years ago
remove unnecessary Data.Generics.* imports More... almost 18 years ago
Bump version number to 0.2.0.0
igloo
as Ian Lynagh
More... almost 18 years ago
follow library changes
igloo
as Ian Lynagh
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
igloo
as Ian Lynagh
More... about 18 years ago
We now depend on concurrent (split off from base)
igloo
as Ian Lynagh
More... about 18 years ago
add category field More... about 18 years ago
we depend on st, now split off from base
igloo
as Ian Lynagh
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
igloo
as Ian Lynagh
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
igloo
as Ian Lynagh
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
igloo
as Ian Lynagh
More... about 18 years ago
import Word8 for non-GHC More... about 18 years ago