summaryrefslogtreecommitdiff
path: root/libraries/integer-gmp/integer-gmp.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/integer-gmp/integer-gmp.cabal')
-rw-r--r--libraries/integer-gmp/integer-gmp.cabal9
1 files changed, 5 insertions, 4 deletions
diff --git a/libraries/integer-gmp/integer-gmp.cabal b/libraries/integer-gmp/integer-gmp.cabal
index adb05116f5..ef4ee4773a 100644
--- a/libraries/integer-gmp/integer-gmp.cabal
+++ b/libraries/integer-gmp/integer-gmp.cabal
@@ -12,10 +12,6 @@ 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'
@@ -27,6 +23,11 @@ description:
Its purpose is to provide backward compatibility for codes directly
depending on the `integer-gmp` package.
+source-repository head
+ type: git
+ location: https://gitlab.haskell.org/ghc/ghc.git
+ subdir: libraries/integer-gmp
+
library
default-language: Haskell2010
hs-source-dirs: src/