From 21db13ab67118adf2150ecb8c41c48af2dd5ee37 Mon Sep 17 00:00:00 2001 From: Ramin Honary Date: Wed, 10 Sep 2014 02:08:10 +0900 Subject: [PATCH] Updating release number to 0.1.0.1 --- NOTES | 2 +- dao.cabal | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NOTES b/NOTES index 1e4c699..8c9f7d5 100644 --- a/NOTES +++ b/NOTES @@ -1,4 +1,4 @@ -dao-0.1.0.0 +dao-0.1.0.1 This is a pre-release of Dao. Some major changes are in the works and I would like to begin committing these changes to the master diff --git a/dao.cabal b/dao.cabal index 2b3e437..e26a376 100644 --- a/dao.cabal +++ b/dao.cabal @@ -19,7 +19,7 @@ Name: dao -Version: 0.1.0.0 +Version: 0.1.0.1 Cabal-Version: >= 1.10 License: GPL-3 Copyright: (C) 2008-2014 Ramin Honary, all rights reserved. @@ -58,7 +58,7 @@ Library Dao.StepList, Dao.Predicate, Dao.Binary , Dao.HashMap , Dao.String , Dao.Stack , Dao.PPrint , Dao.Parser , Dao.Token , Dao.Glob , Dao.Interpreter, Dao.Lib.File, - Dao.Lib.ListEditor, Dao.Lib.Array , + Dao.Lib.ListEditor, Dao.Lib.Array, Dao.Interpreter.Tokenizer, Dao.Interpreter.AST, Dao.Interpreter.Parser Executable dao HS-source-dirs: src