Change dependency

This commit is contained in:
Rnhmjoj 2014-12-12 22:11:28 +01:00
parent 3d375fae96
commit aa953f9e4a

View File

@ -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