Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions array.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 0.5.8.0
license: BSD3
license-file: LICENSE
maintainer: libraries@haskell.org
bug-reports: https://gitlab.haskell.org/ghc/packages/array/issues
bug-reports: https://github.com/haskell/array/issues
synopsis: Mutable and immutable arrays
category: Data Structures
build-type: Simple
Expand All @@ -21,7 +21,7 @@ extra-source-files: changelog.md

source-repository head
type: git
location: http://gitlab.haskell.org/ghc/packages/array.git
location: https://github.com/haskell/array.git

library
default-language: Haskell2010
Expand Down