diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ea61b0..bac8cff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.6.0 +* Change name from `atom-haskell-hie` to `ide-haskell-hie` to follow atom-languageclient conventions, and for automatic discoverability + ## 0.5.0 * Remove cabal support because HIE was giving errors diff --git a/LICENSE.md b/LICENSE.md index 1648869..3d9a16d 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2017 +Copyright (c) 2017 Christian Kjær Laustsen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index fdf3550..7e16c03 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ Currently requires Atom `>=1.21.0`, which, at the time of writing, is the [Atom - Code actions (should be minor work) - Find references (not implemented) -- Busy signal (I guess?) - Code format (will put the cursor at the end of the file on every save) # Miscellaneous diff --git a/lib/atom-haskell-hie.js b/lib/ide-haskell-hie.js similarity index 100% rename from lib/atom-haskell-hie.js rename to lib/ide-haskell-hie.js