Update render script and Makefile

This commit is contained in:
Jonas Zeunert
2024-04-22 21:54:39 +02:00
parent 2d63fe63cd
commit 4d0cd768f7
10975 changed files with 47095 additions and 4031084 deletions

View File

@@ -60,8 +60,8 @@
⟡ Hayoo (http://hayoo.fh-wedel.de/) - will search all packages from Hackage, including all function and type definitions.
⟡ Hoogle (https://www.haskell.org/hoogle/) - a Haskell API search engine, which allows you to search many standard Haskell libraries by either function name, or by approximate type signature.
⟡ hsenv (https://github.com/Paczesiowa/hsenv/) - a tool to create isolated Haskell environments. This allows a project to use a GHC version different of the currently installed.
⟡ Stack (https://github.com/commercialhaskell/stack) - a cross-platform tool to help on building Haskell projects. It includes support to create isolated Haskell environments and to automatically manage the 
dependencies of a project.
⟡ Stack (https://github.com/commercialhaskell/stack) - a cross-platform tool to help on building Haskell projects. It includes support to create isolated Haskell environments and to 
automatically manage the dependencies of a project.
⟡ Stackage (https://github.com/fpco/stackage) - "Stable Hackage," tools for creating a vetted set of packages from Hackage.
Algorithmics
@@ -140,7 +140,8 @@
⟡ Deiko-config (http://hackage.haskell.org/package/deiko-config) - small typesafe library that uses HOCON (https://github.com/lightbend/config#features-of-hocon) config format
⟡ Dhall (https://github.com/dhall-lang/dhall-haskell) - A configuration language guaranteed to terminate 
⟡ Configurator (http://hackage.haskell.org/package/configurator) - A configuration management library which supports automatic, dynamic reloading in response to modifications to configuration files.
⟡ Configurator
 (http://hackage.haskell.org/package/configurator) - A configuration management library which supports automatic, dynamic reloading in response to modifications to configuration files.
Cryptography & Hashing
@@ -380,7 +381,7 @@
(http://hackage.haskell.org/packages/#cat:Pipes).
⟡ HStreamDB (https://github.com/hstreamdb/hstream) - The streaming database built for IoT data storage and real-time processing.
 Resources
 Resources
Websites
@@ -439,8 +440,10 @@
Courses
⟡ Introduction to Functional Programming (https://www.edx.org/course/introduction-functional-programming-delftx-fp101x-0) - Fall 2014 MOOC on edX by DelftX featuring Haskell as the primary language of focus.
⟡ Functional Programming in Haskell (https://www.futurelearn.com/courses/functional-programming-haskell/) - Introductory MOOC to functional programming in Haskell by the University of Glasgow. 
⟡ Introduction to Functional Programming
 (https://www.edx.org/course/introduction-functional-programming-delftx-fp101x-0) - Fall 2014 MOOC on edX by DelftX featuring Haskell as the primary language of focus.
⟡ Functional Programming in Haskell
 (https://www.futurelearn.com/courses/functional-programming-haskell/) - Introductory MOOC to functional programming in Haskell by the University of Glasgow. 
⟡ Haskell MOOC (https://haskell.mooc.fi/) - MOOC on functional programming that uses Haskell by University of Helsinki.
Conferences
@@ -455,11 +458,12 @@
⟡ Stackage (https://www.stackage.org/) - is a stable source of Haskell packages, "Stable Hackage".
⟡ Hackage (http://hackage.haskell.org/) - is the Haskell community's central package archive.
⟡ Application & Libraries (https://wiki.haskell.org/Applications_and_libraries) - Official collections and Guide.
⟡ Hoogle (https://www.haskell.org/hoogle/) - is a Haskell API search engine, which allows you to search many standard Haskell libraries by either function name, or by approximate type signature.
⟡ Hoogle
 (https://www.haskell.org/hoogle/) - is a Haskell API search engine, which allows you to search many standard Haskell libraries by either function name, or by approximate type signature.
⟡ Hayoo (http://hayoo.fh-wedel.de/) - will search all packages from Hackage, including all function and type definitions.
Best Practices
⟡ Haskell Style Guide (https://kowainik.github.io/posts/2019-02-06-style-guide) 
 License
 License
!CC0 (http://i.creativecommons.org/p/zero/1.0/88x31.png) (http://creativecommons.org/publicdomain/zero/1.0/)