From: Michael Orlitzky Date: Sun, 21 Apr 2013 16:33:45 +0000 (-0400) Subject: Prepare for version 0.0.1. X-Git-Tag: 0.0.1~8 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=hath.git;a=commitdiff_plain;h=b30aa6a3d9163c4fad3b5200cb2fe552fd709d46 Prepare for version 0.0.1. --- 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