diff options
author | Morrow <themorrowm@gmail.com> | 2022-02-10 01:14:47 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-02-10 19:20:13 -0500 |
commit | 89cf8caac369279402443ae61bfa8d8d28f5d67f (patch) | |
tree | 8c574c1138dd79c17521796a8e1be38349d52af2 /libraries/integer-gmp | |
parent | a1d979682caeac0c9a99ec213ae53a15a82a3682 (diff) | |
download | haskell-89cf8caac369279402443ae61bfa8d8d28f5d67f.tar.gz |
Add metadata to integer-gmp.cabal
Diffstat (limited to 'libraries/integer-gmp')
-rw-r--r-- | libraries/integer-gmp/integer-gmp.cabal | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/integer-gmp/integer-gmp.cabal b/libraries/integer-gmp/integer-gmp.cabal index b8d5e6c774..adb05116f5 100644 --- a/libraries/integer-gmp/integer-gmp.cabal +++ b/libraries/integer-gmp/integer-gmp.cabal @@ -9,6 +9,14 @@ author: Herbert Valerio Riedel maintainer: hvr@gnu.org category: Numeric, Algebra build-type: Simple + +homepage: https://www.haskell.org/ghc/ +bug-reports: https://gitlab.haskell.org/ghc/ghc/issues/new +source-repository head + type: git + location: https://gitlab.haskell.org/ghc/ghc.git + subdir: libraries/integer-gmp + description: This package used to provide an implementation of the standard 'Integer' type based on the |