From 8a5516621f374945525ea1491e2e727680c0927e Mon Sep 17 00:00:00 2001 From: Lei Zhu <julytreee@gmail.com> Date: Sun, 8 Sep 2024 15:18:09 +0800 Subject: [PATCH] Change upstream to GitHub --- array.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/array.cabal b/array.cabal index 81026c5e..b4594295 100644 --- a/array.cabal +++ b/array.cabal @@ -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 @@ -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 -- GitLab