hindent 3.1 → 3.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~mtl
Dependency ranges changed: mtl
Files
- hindent.cabal +2/−2
hindent.cabal view
@@ -1,5 +1,5 @@ name: hindent-version: 3.1+version: 3.2 synopsis: Extensible Haskell pretty printer description: Extensible Haskell pretty printer. Both a library and an executable. .@@ -26,7 +26,7 @@ HIndent.Styles.JohanTibell build-depends: base >= 4 && <5 , data-default- , haskell-src-exts >= 1.15.0+ , haskell-src-exts == 1.15.* , monad-loops , mtl , text