You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 16, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: content/issues/121.markdown
+36-11Lines changed: 36 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,41 @@ This is a weekly summary of what's going on in its community.
6
6
7
7
## Featured
8
8
9
-
undefined
9
+
-[Goals for GHC 8.8](https://mail.haskell.org/pipermail/ghc-devs/2018-August/016120.html)
10
+
11
+
> Since GHC 8.6 is almost released it's time to start thinking about our goals for 8.8, which will branch in November. I have added the items that I know are in-flight to the 8.8 status page. If you have a project that you would like to see present in 8.8 then please do add it as well.
12
+
13
+
-[Announcing Eta v0.8.6](https://blog.eta-lang.org/https-blog-eta-lang-org-announcing-eta-v0-8-6-e8b63c92c6ca)
14
+
15
+
> Featuring reproducible builds, `base-4.11.1.0`, and Backpack. The Eta team is happy to announce a new version of Eta --- v0.8.6! Etlas v1.5.0 is also released and is required to use the newer features.
16
+
17
+
-[Small assets without the headache: Minification made easy with Elm 0.19](https://elm-lang.org/blog/small-assets-without-the-headache)
18
+
19
+
> I am excited to finally share this release publicly! I hope it will help you out, whether you are learning your first programming language or on your way to 300k lines of code at work. As folks with 50k+ lines upgrade to Elm 0.19, I encourage you to share your new asset sizes and compile times.
20
+
21
+
-[The Joy of Haskell: What is happening](https://joyofhaskell.com/posts/2018-08-06-announcement.html)
22
+
23
+
> Lately, we've been looking at all we have to write --- the partially finished parts as well as the bare stubs populating the book repository and have made a decision: Joy of Haskell is properly two books, not one.
24
+
25
+
-[Announcing Haskell From Scratch beginners course](https://mmhaskell.com/blog/2018/8/20/announcing-haskell-from-scratch-beginners-course)
26
+
27
+
> This week we have a huge announcement we've been working towards for a long time. One of the main goals of this blog has been to create content to make it easy for newcomers to learn Haskell. We've now reached the culmination of that goal with our brand new Haskell From Scratch course.
> I want to bind keyboard shortcuts to GHCi commands. GHCi makes use of the Haskeline package for performing line input. As an example, I'm going to show you how to bind `F7` to the GHCi `:reload` command.
> This summer, I worked on a Google Summer of Code project intended to implement automatic differentiation for Haskell's accelerate vector programming EDSL, using a new method of automatic differentiation.
36
+
37
+
-[What I did on my summer vacation](https://typedr.at/posts/what-i-did-on-my-summer-vacation/)
38
+
39
+
> This year, I took part in Google Summer of Code, with a project to attempt to finish bringing Cabal;s Nix-style local builds (the `new-` commands, at least for now) up to parity with the old stateful methodology of using `cabal-install`.
40
+
41
+
-[Why doesn't GHCi on Windows find my DLL](https://hub.zhox.com/posts/why-doesnt-ghc-on-windows-find-my-dll/)
42
+
43
+
> Why is GHCi looking for `my-cool-library.dll` instead of `my-cool-library-7.dll`. You rename the file and things *seem* to work. This is actually quite dangerous and wrong. Unfortunately this is also often suggested as what to do.
10
44
11
45
## Jobs
12
46
@@ -16,25 +50,16 @@ You should [advertise with us](/advertising.html)!
16
50
## In brief
17
51
18
52
-[A very small SAT solver](http://www.cse.chalmers.se/~algehed/blogpostsHTML/SAT.html)
19
-
-[Announcing Eta v0.8.6](https://blog.eta-lang.org/https-blog-eta-lang-org-announcing-eta-v0-8-6-e8b63c92c6ca)
20
-
-[Announcing Haskell From Scratch beginners course](https://mmhaskell.com/blog/2018/8/20/announcing-haskell-from-scratch-beginners-course)
21
53
-[`cio`: Cached HTTP requests for a smooth Jupyter experience](http://nmattia.com/posts/2018-08-21-cio-cached-http-requests-jupyter.html)
-[Picnic: Put containers into a backpack](https://kowainik.github.io/posts/2018-08-19-picnic-put-containers-into-a-backpack)
31
60
-[RealWorld example with Haskell Yesod](https://tzemanovic.gitlab.io/posts/realworld-example-with-haskell-yesod/)
32
-
-[Small assets without the headache: Minification made easy with Elm 0.19](https://elm-lang.org/blog/small-assets-without-the-headache)
33
-
-[Solving the mystery behind the abstract algorithm’s magical optimizations](https://medium.com/@maiavictor/solving-the-mystery-behind-abstract-algorithms-magical-optimizations-144225164b07)
34
-
-[The Joy of Haskell: What is happening](https://joyofhaskell.com/posts/2018-08-06-announcement.html)
61
+
-[Solving the mystery behind the abstract algorithm's magical optimizations](https://medium.com/@maiavictor/solving-the-mystery-behind-abstract-algorithms-magical-optimizations-144225164b07)
35
62
-[Water jug rewrite with Haskell](https://functional.works-hub.com/learn/water-jug-rewrite-with-haskell-part-i-4347a)
36
-
-[What I did on my summer vacation](https://typedr.at/posts/what-i-did-on-my-summer-vacation/)
37
-
-[Why doesn't GHCi on Windows find my DLL](https://hub.zhox.com/posts/why-doesnt-ghc-on-windows-find-my-dll/)
0 commit comments