Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a citation #2155

Merged
merged 3 commits into from
Sep 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
cff-version: 1.2.0
message: "If you need to cite Haskell Language Server, this metadata is the paper that introduces the current design."
repository-code: "https://github.com/haskell/haskell-language-server"
title: Haskell Language Server
preferred-citation:
type: article
authors:
- family-names: Mitchell
given-names: Neil
orcid: "https://orcid.org/0000-0001-5171-9726"
- family-names: Kiefer
given-names: Moritz
- family-names: Iborra
given-names: Pepe
- family-names: Lau
given-names: Luke
- family-names: Duggal
given-names: Zubin
- family-names: Siebenhandl
given-names: Hannes
- family-names: Sanchez
given-names: Javier Neira
- family-names: Pickering
given-names: Matthew
- family-names: Zimmerman
given-names: Alan
doi: "10.1145/3462172"
journal: "IFL 2020: Proceedings of the 32nd Symposium on Implementation and Application of Functional Languages"
month: 9
day: 2
isbn: 978-1-4503-8963-1
publisher: ACM
title: "Building an Integrated Development Environment (IDE) on top of a Build System"
year: 2020
url: https://ndmitchell.com/downloads/paper-building_an_ide_on_top_of_a_build_system_revised-04_sep_2020.pdf
abstract: "When developing a Haskell IDE we hit upon an idea - why not base an IDE on an build system? In this paper we'll explain how to go from that idea to a usable IDE, including the difficulties imposed by reusing a build system, and those imposed by technical details specific to Haskell. Our design has been successful, and hopefully provides a blue-print for others writing IDEs."