From 0eef45abfb7939b5ce41cb1fffbdc264b545a189 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 10 Aug 2006 11:28:33 +0000 Subject: [PATCH] bump version to 2.0 --- Makefile | 2 +- base.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7d96616..bfebcdf 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ ALL_DIRS = \ Text/Read PACKAGE = base -VERSION = 1.0 +VERSION = 2.0 SRC_HC_OPTS += -fglasgow-exts -cpp -Iinclude -"\#include" HsBase.h SRC_HSC2HS_OPTS += -Iinclude -I$(GHC_INCLUDE_DIR) diff --git a/base.cabal b/base.cabal index d6c08f3..c05b96f 100644 --- a/base.cabal +++ b/base.cabal @@ -1,5 +1,5 @@ name: base -version: 1.0 +version: 2.0 license: BSD3 license-file: LICENSE maintainer: libraries@haskell.org -- 1.7.10.4