From aa953f9e4acc3887bea27bb4fb4cdfcc8b8f97f2 Mon Sep 17 00:00:00 2001 From: Rnhmjoj Date: Fri, 12 Dec 2014 22:11:28 +0100 Subject: [PATCH] Change dependency --- alea.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alea.cabal b/alea.cabal index de95e6c..155c97c 100644 --- a/alea.cabal +++ b/alea.cabal @@ -1,5 +1,5 @@ name: alea -version: 0.3.0.0 +version: 0.3.1.0 synopsis: a diceware passphrase generator description: @@ -25,5 +25,5 @@ executable alea other-modules: Paths_alea other-extensions: DeriveDataTypeable, RecordWildCards build-depends: base ==4.7.* , containers ==0.5.*, - cmdargs ==0.10.*, threefish == 0.2.* + argparser ==0.3.*, threefish == 0.2.* ghc-options: -O2