packages feed

align-equal 0.1.0.0 → 0.1.0.1

raw patch · 3 files changed

+5/−8 lines, 3 filesdep ~base

Dependency ranges changed: base

Files

− CHANGELOG.md
@@ -1,5 +0,0 @@-# Revision history for align-equal--## 0.1.0.0 -- YYYY-mm-dd--* First version. Released on an unsuspecting world.
+ README.md view
@@ -0,0 +1,2 @@+This project is based on an idea from Gabriella Gonzalez.+For more details, visit: [Gabriella's blog](https://www.haskellforall.com/2018/10/detailed-walkthrough-for-beginner.html)
align-equal.cabal view
@@ -1,15 +1,15 @@ cabal-version: 3.0 name: align-equal-version: 0.1.0.0+version: 0.1.0.1 license: MIT license-file: LICENSE author: Joonkyu Park (based on original work by Gabriella Gonzalez) build-type: Simple-extra-doc-files: CHANGELOG.md synopsis: Aligns text prefixes before '=' for consistent formatting description: A utility to adjust text lines by padding spaces before '=' based on the longest prefix. category: Text maintainer: vpark45@gmail.com+extra-doc-files: README.md  source-repository head   type: darcs@@ -22,7 +22,7 @@   import: warnings   main-is: Main.hs   build-depends:-    base ^>=4.17.2.1,+    base >=4.17 && <4.19,     safe >=0.3.21 && <0.4,     text >=2.0.2 && <2.1,