14
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Jan 20, 2025 — Jan 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove Data.Array.Diff; proposal #3370 It is now in its own diffarray package
igloo
as Ian Lynagh
More... over 16 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... over 16 years ago
Fix some "warn-unused-do-bind" warnings where we want to ignore the value
igloo
as Ian Lynagh
More... over 16 years ago
Use a bang pattern when we where/let-bind values with unlifted types
igloo
as Ian Lynagh
More... over 16 years ago
Update for new IO library (TEMPORARY: hGetArray/hPutArray not implemented) More... almost 17 years ago
Require Cabal version >= 1.6
igloo
as Ian Lynagh
More... almost 17 years ago
Add "bug-reports" and "source-repository" info to the Cabal file
igloo
as Ian Lynagh
More... almost 17 years ago
Avoid using IOError internals
igloo
as Ian Lynagh
More... about 17 years ago
Bump the version number to 0.2.0.1, to work-around cabal-install problems
igloo
as Ian Lynagh
More... about 17 years ago
Turns out syb is not needed at all
dcoutts
as Duncan Coutts
More... about 17 years ago
remove unnecessary Data.Generics.* imports More... over 17 years ago
Bump version number to 0.2.0.0
igloo
as Ian Lynagh
More... over 17 years ago
follow library changes
igloo
as Ian Lynagh
More... over 17 years ago
add include/Typeable.h to extra-source-files More... over 17 years ago
fix cabal build-depends for nhc98 More... over 17 years ago
add a dep on syb
igloo
as Ian Lynagh
More... over 17 years ago
We now depend on concurrent (split off from base)
igloo
as Ian Lynagh
More... over 17 years ago
add category field More... over 17 years ago
we depend on st, now split off from base
igloo
as Ian Lynagh
More... over 17 years ago
share type signatures between implementations More... over 17 years ago
mark GHC-only functions used in RULES More... over 17 years ago
delete imports of Data.Foldable and Data.Traversable (fixes #2176) More... over 17 years ago
Re-expose Data.Array.IO.Internals; fixes trac #2473
igloo
as Ian Lynagh
More... over 17 years ago
use "e" for element type for consistency (fixes #2482) More... over 17 years ago
Eliminate orphan rules and instances in the array package
igloo
as Ian Lynagh
More... over 17 years ago
Add temporary -fno-warn-orphans in modules that have orphans More... over 17 years ago
Remove explicit Prelude imports These are no longer needed, now that Prelude is in a different package
igloo
as Ian Lynagh
More... over 17 years ago
import Word8 for non-GHC More... over 17 years ago
Make the array package warning-free
igloo
as Ian Lynagh
More... over 17 years ago
Make the macros in Typeable.h add type signatures
igloo
as Ian Lynagh
More... over 17 years ago