Skip to content

Instantly share code, notes, and snippets.

@jchia
Last active April 25, 2020 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jchia/cf4412d7402f7bfeb01324b9cd537986 to your computer and use it in GitHub Desktop.
Save jchia/cf4412d7402f7bfeb01324b9cd537986 to your computer and use it in GitHub Desktop.
8.2.2
=====
name: array
version: 0.5.2.0
id: array-0.5.2.0
key: array-0.5.2.0
license: BSD3
maintainer: libraries@haskell.org
synopsis: Mutable and immutable arrays
description:
In addition to providing the "Data.Array" module
<http://www.haskell.org/onlinereport/haskell2010/haskellch14.html as specified in the Haskell 2010 Language Report>,
this package also defines the classes 'IArray' of
immutable arrays and 'MArray' of arrays mutable within appropriate
monads, as well as some instances of these classes.
category: Data Structures
exposed: True
indefinite: False
exposed-modules:
Data.Array Data.Array.Base Data.Array.IArray Data.Array.IO
Data.Array.IO.Internals Data.Array.IO.Safe Data.Array.MArray
Data.Array.MArray.Safe Data.Array.ST Data.Array.ST.Safe
Data.Array.Storable Data.Array.Storable.Internals
Data.Array.Storable.Safe Data.Array.Unboxed Data.Array.Unsafe
abi: 26dc06837667b4f45ea7fe07c114ff89
trusted: False
import-dirs: /home/jchia/.stack/programs/x86_64-linux/ghc-tinfo6-8.2.2/lib/ghc-8.2.2/array-0.5.2.0
library-dirs: /home/jchia/.stack/programs/x86_64-linux/ghc-tinfo6-8.2.2/lib/ghc-8.2.2/array-0.5.2.0
dynamic-library-dirs: /home/jchia/.stack/programs/x86_64-linux/ghc-tinfo6-8.2.2/lib/ghc-8.2.2/array-0.5.2.0
data-dir: /home/jchia/.stack/programs/x86_64-linux/ghc-tinfo6-8.2.2/share/x86_64-linux-ghc-8.2.2/array-0.5.2.0
hs-libraries: HSarray-0.5.2.0
depends:
base-4.10.1.0
abi-depends: base-4.10.1.0=35a7f6be752ee4f7385cb5bf28677879
haddock-interfaces: /home/jchia/.stack/programs/x86_64-linux/ghc-tinfo6-8.2.2/share/doc/ghc-8.2.2/html/libraries/array-0.5.2.0/array.haddock
haddock-html: /home/jchia/.stack/programs/x86_64-linux/ghc-tinfo6-8.2.2/share/doc/ghc-8.2.2/html/libraries/array-0.5.2.0
pkgroot: "/home/jchia/.stack/programs/x86_64-linux/ghc-tinfo6-8.2.2/lib/ghc-8.2.2"
8.8.3
=====
name: array
version: 0.5.4.0
visibility: public
id: array-0.5.4.0
key: array-0.5.4.0
license: BSD-3-Clause
maintainer: libraries@haskell.org
synopsis: Mutable and immutable arrays
description:
In addition to providing the "Data.Array" module
<http://www.haskell.org/onlinereport/haskell2010/haskellch14.html as specified in the Haskell 2010 Language Report>,
this package also defines the classes 'IArray' of
immutable arrays and 'MArray' of arrays mutable within appropriate
monads, as well as some instances of these classes.
category: Data Structures
abi: 4a8d7a9c48afd08d9f400051641438fa
exposed: True
exposed-modules:
Data.Array Data.Array.Base Data.Array.IArray Data.Array.IO
Data.Array.IO.Internals Data.Array.IO.Safe Data.Array.MArray
Data.Array.MArray.Safe Data.Array.ST Data.Array.ST.Safe
Data.Array.Storable Data.Array.Storable.Internals
Data.Array.Storable.Safe Data.Array.Unboxed Data.Array.Unsafe
import-dirs:
/home/jchia/.stack/programs/x86_64-linux/ghc-tinfo6-8.8.3/lib/ghc-8.8.3/array-0.5.4.0
library-dirs:
/home/jchia/.stack/programs/x86_64-linux/ghc-tinfo6-8.8.3/lib/ghc-8.8.3/array-0.5.4.0
dynamic-library-dirs:
/home/jchia/.stack/programs/x86_64-linux/ghc-tinfo6-8.8.3/lib/ghc-8.8.3/array-0.5.4.0
data-dir:
/home/jchia/.stack/programs/x86_64-linux/ghc-tinfo6-8.8.3/share/x86_64-linux-ghc-8.8.3/array-0.5.4.0
hs-libraries: HSarray-0.5.4.0
depends: base-4.13.0.0
haddock-interfaces:
/home/jchia/.stack/programs/x86_64-linux/ghc-tinfo6-8.8.3/share/doc/ghc-8.8.3/html/libraries/array-0.5.4.0/array.haddock
haddock-html:
/home/jchia/.stack/programs/x86_64-linux/ghc-tinfo6-8.8.3/share/doc/ghc-8.8.3/html/libraries/array-0.5.4.0
pkgroot: "/home/jchia/.stack/programs/x86_64-linux/ghc-tinfo6-8.8.3/lib/ghc-8.8.3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment