This project is mirrored from ssh://github.com/haskell/array.git.
Pull mirroring updated .
- Feb 24, 2021
-
-
Ben Gamari authored
-
- Nov 20, 2020
-
-
Ben Gamari authored
-
- Nov 02, 2020
-
-
Moritz Angermann authored
-
- Sep 18, 2020
-
-
Vladislav Zavialov authored
-
- Jun 17, 2020
-
-
- May 23, 2020
-
-
Ben Gamari authored
-
- Dec 06, 2019
-
-
Ben Gamari authored
Release v0.5.4.0 Better late than never. Fixes #3.
-
Ben Gamari authored
As noted in #3, these were apparently released without ever making it into a commit. Thankfully changes are pretty harmless.
-
- Nov 11, 2019
-
- Sep 05, 2019
-
-
Vladislav Zavialov authored
-
- Jun 16, 2019
-
-
Ben Gamari authored
-
- Apr 04, 2019
-
-
Ben Gamari authored
-
- Mar 26, 2019
-
-
Ryan Scott authored
-
- Dec 18, 2018
-
-
Herbert Valerio Riedel authored
-
- Nov 08, 2018
-
-
Summary: This matches exactly the 'Read (Array i e)' instance defined in base. Note that the same thing is being done for 'Show (UArray i e)'. Reviewers: RyanGlScott, bgamari GHC Trac Issues: #11335 Differential Revision: https://phabricator.haskell.org/D5156
-
- Oct 04, 2018
-
- May 13, 2018
-
-
Summary: The old Travis script still had targets to test against GHC < 8.0, and wasn't using Cabal `new-build` among other things. Reviewers: bgamari, RyanGlScott Reviewed By: RyanGlScott Differential Revision: https://phabricator.haskell.org/D4681
-
- Apr 10, 2018
-
-
Ryan Scott authored
See https://ghc.haskell.org/trac/ghc/ticket/15018.
-
- Mar 19, 2018
-
-
Summary: These have shifted out of the support window. Reviewers: bgamari, hvr, RyanGlScott Reviewed By: RyanGlScott Subscribers: RyanGlScott Differential Revision: https://phabricator.haskell.org/D4499
-
- Sep 15, 2017
-
-
Ben Gamari authored
-
- Jul 03, 2017
-
- May 01, 2017
-
-
Ben Gamari authored
The fact that this was previously hidden appears to be an oversight and I've needed it at least once.
-
- Apr 30, 2017
-
-
Herbert Valerio Riedel authored
The recent overflow check made the code stop working w/ prior versions of GHC. But there's little benefit in support much older GHCs, so it's easier to just cut the support window.
-
- Apr 02, 2017
-
-
Ben Gamari authored
The ghc-8.2 and master branches disagree on the order of the instances. Normalise this difference away.
-
- Mar 31, 2017
-
-
Ben Gamari authored
-
- Mar 26, 2017
-
-
Ben Gamari authored
-
Ben Gamari authored
-
- Mar 25, 2017
-
-
Ben Gamari authored
Previously it failed with, -T229: Data.Array.Base.safe_scale: Overflow; scale: 4, n: 4611686018427387904 -CallStack (from HasCallStack): - error, called at libraries/array/Data/Array/Base.hs ... +T229: Ix{Int}.index: Index (17) out of range ((0,-1))
-
- Mar 10, 2017
-
-
Simon Peyton Jones authored
-
- Feb 14, 2017
-
-
Ben Gamari authored
-
- Feb 09, 2017
-
-
Ben Gamari authored
-
Ben Gamari authored
No overflow check is necessary in the case of Bool arrays since the array size is actually smaller than the number of elements it contains. Moreover, we can use setByteArray# to initialize the array.
-
- Feb 07, 2017
-
-
- Dec 26, 2016
-
-
Ben Gamari authored
As akio points out, the fix to #229 which I authored previously was blatantly wrong.
-
- Dec 15, 2016
-
-
Ben Gamari authored
-
Ben Gamari authored
Fixes GHC #4505.
-
- Nov 15, 2016
-
-
Ben Gamari authored
-
- Jul 08, 2016
-
-
Bartosz Nitka authored
Changing InstEnv to UniqDFM changes the order some things get printed
-
- Apr 17, 2016
-
-
Herbert Valerio Riedel authored