From 588f673b6001da36241e7640200e00456266aca2 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 16 Jun 2016 20:44:53 +0900 Subject: Debian and Ubuntu installation instructions This package is now available from the Debian and Ubuntu package repositories. --- README.markdown | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 857f731..879253c 100644 --- a/README.markdown +++ b/README.markdown @@ -17,6 +17,8 @@ Installation You can install it using `cabal install stylish-haskell`. +Alternatively, on Debian 9 or later or Ubuntu 16.10 or later, `apt-get install stylish-haskell`. + Features -------- -- cgit v1.2.3 From b573127b1e10a91b5845e7f4e858cf420a224dd7 Mon Sep 17 00:00:00 2001 From: Langston Barrett Date: Sat, 2 Jul 2016 13:20:15 +0100 Subject: add arch linux to package managers --- README.markdown | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index bc38028..1d16d52 100644 --- a/README.markdown +++ b/README.markdown @@ -17,7 +17,10 @@ Installation You can install it using `cabal install stylish-haskell`. -Alternatively, on Debian 9 or later or Ubuntu 16.10 or later, `apt-get install stylish-haskell`. +You can also install it using your package manager: + * Debian 9 or later: `apt-get install stylish-haskell` + * Ubuntu 16.10 or later: `apt-get install stylish-haskell` + * Arch Linux: `pacman -S stylish-haskell` Features -------- @@ -50,7 +53,7 @@ Turns: import System.Directory (doesFileExist) import qualified Data.Map as M - import Data.Map ((!), keys, Map) + import Data.Map ((!), keys, Map) data Point = Point { pointX, pointY :: Double -- cgit v1.2.3 From 8e2a567fe1dc62cf441875b52cbc05d9cc2daa52 Mon Sep 17 00:00:00 2001 From: Justus Adam Date: Tue, 19 Jul 2016 11:31:05 +0200 Subject: Added reference to atom-beautify atom-beautify also supports Haskell via stylish-haskell, hence a reference here would probably be good. --- README.markdown | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 1d16d52..209f2d7 100644 --- a/README.markdown +++ b/README.markdown @@ -127,7 +127,10 @@ Atom integration [ide-haskell] for Atom supports `stylish-haskell`. +[atom-beautify] for Atom supports Haskell using `stylish-haskell`. + [ide-haskell]: https://atom.io/packages/ide-haskell +[atom-beautify]: Https://atom.io/packages/atom-beautify Credits ------- -- cgit v1.2.3