elocrypt 0.3.0 → 0.3.1
raw patch · 3 files changed
+5/−5 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +1/−1
- elocrypt.cabal +3/−3
- src/cli/Main.hs +1/−1
README.md view
@@ -1,7 +1,7 @@ # Elocrypt [](https://travis-ci.org/sgillespie/elocrypt) -Elocrypt is a Haskell library that generates pronounceable, hard-to-guess passwords.. like, harder than Vince Carter's need cartilage. Elocrypt includes a library and program.+Elocrypt is a Haskell library that generates pronounceable, hard-to-guess passwords.. as hard as Vince Carter's knee cartilage is. Elocrypt includes a library and program. ## Downloading Elocrypt sources can be found @ https://github.com/sgillespie/elocrypt
elocrypt.cabal view
@@ -1,5 +1,5 @@ name: elocrypt-version: 0.3.0+version: 0.3.1 synopsis: Generate easy-to-remember, hard-to-guess passwords homepage: https://www.github.com/sgillespie/elocrypt license: OtherLicense@@ -13,8 +13,8 @@ cabal-version: >=1.10 description:- Generates pronounceable, hard-to-guess passwords.. like, harder than- Vince Carter's need cartilage.+ Generates pronounceable, hard-to-guess passwords.. as hard as+ Vince Carter's knee cartilage is. source-repository head type: git
src/cli/Main.hs view
@@ -10,7 +10,7 @@ import Data.Elocrypt -version = "elocrypt 0.3.0"+version = "elocrypt 0.3.1" main :: IO () main = do