From e1b593f9dfff922b608e137a976c07c0b2f948ec Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 28 May 2012 18:01:23 +0200 Subject: Update README *again* --- README.markdown | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index a482387..73c6f97 100644 --- a/README.markdown +++ b/README.markdown @@ -7,9 +7,10 @@ Introduction ------------ A simple Haskell code prettifier. The goal is not to format all of the code in -a file, since I find those kind of tools often "get in the way". +a file, since I find those kind of tools often "get in the way". However, +manually cleaning up import statements etc. gets tedious very quickly. -Instead, this tool just tries to help where necessary. +This tool tries to help where necessary without getting in the way. You can install it using `cabal install stylish-haskell`. @@ -30,12 +31,10 @@ Example Turns: - -- | Some badly formatted Haskell code - {-# LANGUAGE ViewPatterns, TemplateHaskell #-} {-# LANGUAGE GeneralizedNewtypeDeriving, - ViewPatterns, - ScopedTypeVariables #-} + ViewPatterns, + ScopedTypeVariables #-} module Bad where @@ -47,8 +46,6 @@ Turns: into: - -- | Some badly formatted Haskell code - {-# LANGUAGE GeneralizedNewtypeDeriving #-} {-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE TemplateHaskell #-} -- cgit v1.2.3