diff options
author | Andrey Mokhov <andrey.mokhov@gmail.com> | 2019-10-06 21:58:55 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-10-07 12:03:13 -0400 |
commit | 0ceb98f6e44309302af43e179539c3762234e3af (patch) | |
tree | 0da1f0a5a6383f124881b4108297bafc30d758ae | |
parent | b78906118dd2919ffb5911200a5a15c8cd341414 (diff) | |
download | haskell-0ceb98f6e44309302af43e179539c3762234e3af.tar.gz |
Switch to cabal-version=3.0 in ghc-heap.cabal
-rw-r--r-- | libraries/ghc-heap/ghc-heap.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghc-heap/ghc-heap.cabal.in b/libraries/ghc-heap/ghc-heap.cabal.in index 7beb7754b1..b1c4eb94e7 100644 --- a/libraries/ghc-heap/ghc-heap.cabal.in +++ b/libraries/ghc-heap/ghc-heap.cabal.in @@ -1,4 +1,4 @@ -cabal-version: 2.1 +cabal-version: 3.0 name: ghc-heap version: @ProjectVersionMunged@ license: BSD-3-Clause |