packages feed

wordpass 1.0.0.1 → 1.0.0.2

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~text

Dependency ranges changed: text

Files

wordpass.cabal view
@@ -1,5 +1,5 @@ name:                wordpass-version:             1.0.0.1+version:             1.0.0.2 synopsis:            Dictionary-based password generator description:         This script reads dict word lists and generates word-based passwords.                      Not unlike <http://xkcd.com/936/ Xkcd>.@@ -33,7 +33,7 @@   other-modules:    Data.Random.RVar.Enum, Data.Random.Vector, Data.Random.Choice, Text.WordPass   other-extensions:    OverlappingInstances, MultiParamTypeClasses, FlexibleInstances   build-depends:       base          >=4.6  && <4.9,-                       text          >=1.1  && <1.2,+                       text          >=1.1  && <1.3,                        containers    >=0.5  && <0.6,                        random-fu     >=0.2  && <0.3,                        random-source >=0.3  && <0.4,@@ -51,7 +51,7 @@   exposed-modules:    Data.Random.RVar.Enum, Data.Random.Vector, Data.Random.Choice, Text.WordPass   other-extensions:    OverlappingInstances, MultiParamTypeClasses, FlexibleInstances   build-depends:       base          >=4.6  && <4.9,-                       text          >=1.1  && <1.2,+                       text          >=1.1  && <1.3,                        containers    >=0.5  && <0.6,                        random-fu     >=0.2  && <0.3,                        random-source >=0.3  && <0.4,