diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-10-29 11:12:24 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-10-31 09:05:52 -0400 |
commit | 6b38c8a6ee395f5f6d23806dd609ee5ad1ff5472 (patch) | |
tree | e92a4913b0a75bc2b3614c2784ec700a4b545bbb | |
parent | f5471c0baaa5c05488888f6d51485031e621a90b (diff) | |
download | haskell-6b38c8a6ee395f5f6d23806dd609ee5ad1ff5472.tar.gz |
ghc: Bump Cabal-Version to 1.22
This is necessary to use reexported-modules
-rw-r--r-- | compiler/ghc.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 94416f7a80..0fed86620b 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -1,6 +1,7 @@ -- WARNING: ghc.cabal is automatically generated from ghc.cabal.in by -- ./configure. Make sure you are editing ghc.cabal.in, not ghc.cabal. +Cabal-Version: 1.22 Name: ghc Version: @ProjectVersionMunged@ License: BSD3 @@ -21,7 +22,6 @@ Description: for more information. Category: Development Build-Type: Simple -Cabal-Version: >=1.10 extra-source-files: Unique.h |