From b30aa6a3d9163c4fad3b5200cb2fe552fd709d46 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 21 Apr 2013 12:33:45 -0400 Subject: [PATCH] Prepare for version 0.0.1. --- hath.cabal | 2 +- makefile | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/hath.cabal b/hath.cabal index 2ea92c0..ee3615a 100644 --- a/hath.cabal +++ b/hath.cabal @@ -1,5 +1,5 @@ name: hath -version: 0.0 +version: 0.0.1 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky diff --git a/makefile b/makefile index 7eb2938..50dda0f 100644 --- a/makefile +++ b/makefile @@ -15,3 +15,7 @@ clean: test: runghc -i"src" test/TestSuite.hs + +dist: + runghc Setup.hs configure + runghc Setup.hs sdist -- 2.43.2