From 297625eb51275a6ce13ab8bccfadd6034b331cf0 Mon Sep 17 00:00:00 2001 From: Karl Cronburg Date: Thu, 5 Apr 2018 18:02:00 -0400 Subject: [PATCH] package versioning policy, starting at zero. --- pads-haskell.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pads-haskell.cabal b/pads-haskell.cabal index 07c7be8..79bd7ae 100644 --- a/pads-haskell.cabal +++ b/pads-haskell.cabal @@ -7,7 +7,7 @@ Name: pads-haskell -- The package version. See the Haskell package versioning policy -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented. -Version: 1.1 +Version: 0.0.0.1 -- A short (one-line) description of the package. Synopsis: PADS data description language for Haskell