]> gitweb.michael.orlitzky.com - hath.git/commitdiff
Prepare for version 0.0.1.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 21 Apr 2013 16:33:45 +0000 (12:33 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 21 Apr 2013 16:33:45 +0000 (12:33 -0400)
hath.cabal
makefile

index 2ea92c0ef3c37ba85ee43ea1be4c7a3d30ad4902..ee3615a41eb42ee1d97ff6d6a93fcbe1e02b2431 100644 (file)
@@ -1,5 +1,5 @@
 name:           hath
-version:        0.0
+version:        0.0.1
 cabal-version:  >= 1.8
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
index 7eb2938be29252502189ccc32f96128fdc55a465..50dda0fb4fc5a7c639a07373f0a35620d48e2855 100644 (file)
--- 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