From 8359f4cbba9e8e54c97f33a2adf46db310e4d102 Mon Sep 17 00:00:00 2001 From: Aaron Wolf Date: Fri, 11 Sep 2015 09:19:42 -0700 Subject: [PATCH 1/2] Added Atom to the list of supported editors --- doc/index.piki | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/index.piki b/doc/index.piki index 7766117..f85690f 100644 --- a/doc/index.piki +++ b/doc/index.piki @@ -1,7 +1,7 @@ *Happy Haskell Programming The ["ghc-mod command" ghc-mod.html] and ["ghc-modi command" ghc-modi.html] are backend commands to enrich Haskell programming on editors -including Emacs, Vim, and Sublime. +including Emacs, Vim, Atom, and Sublime. ghc-mod and ghc-modi are based on the ["ghc-mod library" http://hackage.haskell.org/packages/archive/ghc-mod/latest/doc/html/Language-Haskell-GhcMod.html] which is a wrapper of ["GHC API" http://www.haskell.org/ghc/docs/latest/html/libraries/ghc/] and [Cabal http://hackage.haskell.org/package/Cabal]. @@ -20,6 +20,10 @@ The ["source repository of ghc-mod" https://github.com/kazu-yamamoto/ghc-mod] is -[ghcmod-vim https://github.com/eagletmt/ghcmod-vim] -[syntastic https://github.com/scrooloose/syntastic] +**Atom + +-[ide-haskel https://atom.io/packages/ide-haskell] + **Sublime -[SublimeHaskell https://github.com/SublimeHaskell/SublimeHaskell] From a0e66ef78423e91322ee2c6d3699c7fd0549f14a Mon Sep 17 00:00:00 2001 From: Aaron Wolf Date: Fri, 11 Sep 2015 09:20:42 -0700 Subject: [PATCH 2/2] missing letter typo oops sorry --- doc/index.piki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.piki b/doc/index.piki index f85690f..b058c3f 100644 --- a/doc/index.piki +++ b/doc/index.piki @@ -22,7 +22,7 @@ The ["source repository of ghc-mod" https://github.com/kazu-yamamoto/ghc-mod] is **Atom --[ide-haskel https://atom.io/packages/ide-haskell] +-[ide-haskell https://atom.io/packages/ide-haskell] **Sublime