From 256e5fe43f138d4a6fe0906fe348c1a643a4d7a2 Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Sun, 7 Oct 2007 15:04:08 +0000 Subject: [PATCH] base in 6.8 and head branch should be version 3.0 --- base.cabal | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/base.cabal b/base.cabal index a89a53b..4a08fae 100644 --- a/base.cabal +++ b/base.cabal @@ -1,9 +1,9 @@ -name: base -version: 2.1 -license: BSD3 -license-file: LICENSE -maintainer: libraries@haskell.org -synopsis: Basic libraries +name: base +version: 3.0 +license: BSD3 +license-file: LICENSE +maintainer: libraries@haskell.org +synopsis: Basic libraries description: This package contains the Prelude and its support libraries, and a large collection of useful libraries ranging from data -- 1.7.10.4