Skip to content

Commit 1cf1ae6

Browse files
ndmitchellmergify[bot]
andauthoredSep 4, 2021
Create a citation (#2155)
GitHub now supports citation files https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 577948f commit 1cf1ae6

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
 

‎CITATION.cff

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
cff-version: 1.2.0
2+
message: "If you need to cite Haskell Language Server, this metadata is the paper that introduces the current design."
3+
repository-code: "https://github.com/haskell/haskell-language-server"
4+
title: Haskell Language Server
5+
preferred-citation:
6+
type: article
7+
authors:
8+
- family-names: Mitchell
9+
given-names: Neil
10+
orcid: "https://orcid.org/0000-0001-5171-9726"
11+
- family-names: Kiefer
12+
given-names: Moritz
13+
- family-names: Iborra
14+
given-names: Pepe
15+
- family-names: Lau
16+
given-names: Luke
17+
- family-names: Duggal
18+
given-names: Zubin
19+
- family-names: Siebenhandl
20+
given-names: Hannes
21+
- family-names: Sanchez
22+
given-names: Javier Neira
23+
- family-names: Pickering
24+
given-names: Matthew
25+
- family-names: Zimmerman
26+
given-names: Alan
27+
doi: "10.1145/3462172"
28+
journal: "IFL 2020: Proceedings of the 32nd Symposium on Implementation and Application of Functional Languages"
29+
month: 9
30+
day: 2
31+
isbn: 978-1-4503-8963-1
32+
publisher: ACM
33+
title: "Building an Integrated Development Environment (IDE) on top of a Build System"
34+
year: 2020
35+
url: https://ndmitchell.com/downloads/paper-building_an_ide_on_top_of_a_build_system_revised-04_sep_2020.pdf
36+
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."

0 commit comments

Comments
 (0)
Please sign in to comment.