From de59ba6a96adabc1afeb3bea25fa7718dec324d9 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Thu, 5 May 2016 18:06:38 +0200 Subject: [PATCH] Increase version number --- rosa.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rosa.cabal b/rosa.cabal index fed2d6c..4978fcc 100644 --- a/rosa.cabal +++ b/rosa.cabal @@ -1,5 +1,5 @@ name: rosa -version: 0.2.2.0 +version: 0.3.0.0 synopsis: Query the namecoin blockchain description: @@ -31,5 +31,5 @@ executable rosa build-depends: base >=4.8 && <5.0 , aeson, text, vector, unordered-containers, wreq, lens >=4.4, bytestring, - argparser, process - ghc-options: -O2 \ No newline at end of file + optparse-applicative, process + ghc-options: -O2