diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index ad98fb7..83992c9 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -7,11 +7,9 @@ Most of our developers use using [Visual Studio Code](https://code.visualstudio. ## Visual Studio Code extensions -To make our lives easier while developing in Haskell, we use a set of recommended extensions. The first time you open the project, the editor should suggest to install all those you do not have, +To make our lives easier while developing in Haskell, we use a set of recommended extensions. The first time you open the project, the editor should suggest to install all those you do not have: - [Haskell](https://marketplace.visualstudio.com/items?itemName=haskell.haskell), the best thing that happened to Haskell for editors/IDEs! ❤️ -- [hlint](https://marketplace.visualstudio.com/items?itemName=hoovercj.haskell-linter), another great extension to have suggestions and refactors in Haskell 🛠 -- [stylish-haskell](https://marketplace.visualstudio.com/items?itemName=vigoo.stylish-haskell), the formatter we use to prettify the code 💅🏼 - [editorconfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig), to have consistency between different editors and envs 🐀 ## Styling 💅🏼 diff --git a/examples/library b/examples/library index fec23a7..851f952 160000 --- a/examples/library +++ b/examples/library @@ -1 +1 @@ -Subproject commit fec23a71866620ece1be3cceadd04a42d8d2cf34 +Subproject commit 851f9522792e843f2e4b5e478cae6714b5cefd79