diff options
author | Andrey Mokhov <andrey.mokhov@gmail.com> | 2019-10-07 00:07:18 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-10-07 12:03:13 -0400 |
commit | e3418e96250f68110e149a7c9ec8b3ac2efa8f99 (patch) | |
tree | bb38410cc0dbf6d776900293e9864cb117fd0e10 /rts | |
parent | 0ceb98f6e44309302af43e179539c3762234e3af (diff) | |
download | haskell-e3418e96250f68110e149a7c9ec8b3ac2efa8f99.tar.gz |
Switch to cabal-version=3.0 in base.cabal and rts.cabal
Diffstat (limited to 'rts')
-rw-r--r-- | rts/rts.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/rts.cabal.in b/rts/rts.cabal.in index 674566c0ad..99f1e7296d 100644 --- a/rts/rts.cabal.in +++ b/rts/rts.cabal.in @@ -1,4 +1,4 @@ -cabal-version: 2.5 +cabal-version: 3.0 name: rts version: 1.0 license: BSD-3-Clause |