GHC

lp://staging/~ghc/ghc/packages-array-master

Created by Edward Z. Yang and last modified
Get this branch:
bzr branch lp://staging/~ghc/ghc/packages-array-master

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
GHC HQ
Project:
GHC
Status:
Development

Import details

Import Status: Suspended

This branch is an import of the HEAD branch of the Git repository at git://git.haskell.org/packages/array.git.

Last successful import was .

Import started on alnitak and finished taking 2 minutes — see the log
Import started on alnitak and finished taking 15 seconds — see the log
Import started on alnitak and finished taking 30 seconds — see the log
Import started on alnitak and finished taking 20 seconds — see the log

Recent revisions

1930. By Herbert V. Riedel

Declare support for base-4.13

1929. By Alec Theriault <email address hidden>

Add a 'Read (UArray i e)' instance

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

1928. By Ben Gamari

Bump version to 0.5.3 and update changelog

1927. By Chaitanya Koparkar <email address hidden>

Generate a fresh Travis config file using the haskell-ci script

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

1926. By Ryan Scott <email address hidden>

Bump upper bound on base to < 4.13

See https://ghc.haskell.org/trac/ghc/ticket/15018.

1925. By David Feuer

Remove compatibility with GHC <8

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

1924. By Ben Gamari

Bump upper bound on base

1923. By Herbert V. Riedel

Prepare for 0.5.2.0 release

1922. By Ben Gamari

Export unsafeFreezeIOUArray

The fact that this was previously hidden appears to be an oversight and
I've needed it at least once.

1921. By Herbert V. Riedel

Drop support for GHC prior to GHC 7.8

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.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers