Skip to content
Snippets Groups Projects
Commit 1e4dc195 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

Merge tag 'v0.5.4.0'

Release v0.5.4.0

Better late than never. Fixes #3.
parents f73f681e ba4d0ded
No related branches found
No related tags found
No related merge requests found
......@@ -81,3 +81,4 @@ the following license:
be a definition of the Haskell 98 Foreign Function Interface.
-----------------------------------------------------------------------------
......@@ -4,3 +4,4 @@ import Distribution.Simple
main :: IO ()
main = defaultMain
cabal-version: >= 1.10
name: array
version: 0.5.4.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
......@@ -8,8 +10,6 @@ bug-reports: https://gitlab.haskell.org/ghc/packages/array/issues
synopsis: Mutable and immutable arrays
category: Data Structures
build-type: Simple
cabal-version: >=1.10
tested-with: GHC==8.4.2, GHC==8.2.1, GHC==8.0.2
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>,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment