File: changelog.md

package info (click to toggle)
ghc 8.0.1-17
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 55,080 kB
  • ctags: 9,332
  • sloc: haskell: 363,120; ansic: 54,900; sh: 4,782; makefile: 974; perl: 542; asm: 315; python: 306; xml: 154; lisp: 7
file content (37 lines) | stat: -rw-r--r-- 1,104 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Changelog for [`array` package](http://hackage.haskell.org/package/array)

## 0.5.1.1  *Apr 2016*

  * Bundled with GHC 8.0.1
  * Use `@since` syntax in Haddock comments
  * Don't needlessly call `bounds` in `Data.Array.Base.elems` (#10014)

## 0.5.1.0  *Mar 2015*

  * Bundled with GHC 7.10.1
  * Add role annotations for GHC >= 7.8 (#9220)

## 0.5.0.0  *Nov 2013*

  * Update to Cabal 1.10 format
  * Remove NHC and Hugs specific code
  * Remove deprecated function exports `Data.Array.IO.castIOUArray`,
    `Data.Array.MArray.unsafeFreeze`, `Data.Array.MArray.unsafeThaw`,
    and `Data.Array.ST.castSTUArray`; These functions are still
    available from the `Data.Array.Unsafe` module.

## 0.4.0.1  *Sep 2012*

  * Bundled with GHC 7.6.1
  * Fix inline rule shadowing warnings

## 0.4.0.0  *Feb 2012*

  * Bundled with GHC 7.4.1
  * Add support for SafeHaskell
  * New `Data.Array.IO.Safe` module
  * New `Data.Array.MArray.safe` module
  * New `Data.Array.ST.safe` module
  * New `Data.Array.Storable.Internals` module
  * New `Data.Array.Storable.Safe` module
  * New `Data.Array.Unsafe` module