summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2017-11-11 17:40:15 +0100
committerHerbert Valerio Riedel <hvr@gnu.org>2017-11-11 18:24:01 +0100
commit86c50a16e6a17349a7662067232236e38e46ba42 (patch)
treea4abd8a69781a14fc614fe88e654ebe48be9c2a8
parent5f158bc1a7eedf8680f4a1e612ca34daa05e0029 (diff)
downloadhaskell-86c50a16e6a17349a7662067232236e38e46ba42.tar.gz
Declare proper spec version in `base.cabal`
This is a follow-up to ba2ae2c8729d5aef2aeb7fb32d6c0ea2a465ea25 which started relying on a new Cabal feature requiring the the cabal spec version declaration to be updated accordingly.
-rw-r--r--libraries/base/base.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/base/base.cabal b/libraries/base/base.cabal
index e6f6420416..8817f696e9 100644
--- a/libraries/base/base.cabal
+++ b/libraries/base/base.cabal
@@ -1,6 +1,8 @@
+cabal-version: 2.1
name: base
version: 4.11.0.0
-- NOTE: Don't forget to update ./changelog.md
+
license: BSD3
license-file: LICENSE
maintainer: libraries@haskell.org
@@ -11,7 +13,6 @@ description:
This package contains the "Prelude" and its support libraries,
and a large collection of useful libraries ranging from data
structures to parsing combinators and debugging utilities.
-cabal-version: >=1.10
build-type: Configure
extra-tmp-files: