summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-06-24 17:20:33 -0400
committerMatthew Pickering <matthewtpickering@gmail.com>2022-06-27 22:15:55 +0100
commit6e5fc5e43e892c1a3d06149d7308b2853a9a7f6c (patch)
tree282d8682494bad4e9ccecd9192aa0fc8f2e1e57b
parentb43d140b3f79e024489bbd9338d81d2ac23fc437 (diff)
downloadhaskell-wip/fix-integer-gmp-cabal.tar.gz
integer-gmp: Fix cabal filewip/fix-integer-gmp-cabal
Evidently fields may not come after sections in a cabal file.
-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/