- 04 Jul, 2021 1 commit
-
-
Vaibhav Sagar authored
-
- 28 Feb, 2021 1 commit
-
-
Alejandro Serrano authored
-
- 23 Nov, 2020 1 commit
-
-
Vaibhav Sagar authored
-
- 30 Apr, 2020 2 commits
-
-
Vaibhav Sagar authored
This reverts commit 2318d0c4.
-
Vaibhav Sagar authored
-
- 23 Apr, 2020 1 commit
-
-
Vaibhav Sagar authored
-
- 05 Feb, 2020 1 commit
-
-
Vaibhav Sagar authored
-
- 02 Feb, 2020 1 commit
-
-
Vaibhav Sagar authored
-
- 21 Jan, 2020 1 commit
-
-
Vaibhav Sagar authored
-
- 06 Jan, 2020 1 commit
-
-
Vaibhav Sagar authored
-
- 30 Dec, 2019 1 commit
-
-
Vaibhav Sagar authored
-
- 28 Dec, 2019 1 commit
-
-
Vaibhav Sagar authored
-
- 25 Nov, 2019 1 commit
-
-
Vaibhav Sagar authored
-
- 30 Oct, 2019 1 commit
-
-
Dominik Schlösser authored
-
- 28 Oct, 2019 1 commit
-
-
Vaibhav Sagar authored
-
- 09 Oct, 2019 1 commit
-
-
Vaibhav Sagar authored
-
- 03 Oct, 2019 1 commit
-
-
Vaibhav Sagar authored
stack.yaml: enable IHaskell display packages
-
- 25 Sep, 2019 1 commit
-
-
Vaibhav Sagar authored
-
- 23 Jun, 2019 1 commit
-
-
Vaibhav Sagar authored
-
- 10 Jun, 2019 1 commit
-
-
Vaibhav Sagar authored
-
- 03 Jun, 2019 1 commit
-
-
James Brock authored
This Dockerfile gives us more control and isolation of dependencies during development. Base image `FROM ubuntu` instead of `fcpo/stack-build`. We will use the Stack and GHC on the host system, don't need it installed in the image. The image is just for isolating the system package dependencies. Stack will isolate the Haskell package dependencies (and the pip and npm dependencies). This gives is a single authority for the resolver, which is the `stack.yaml`. We no longer need to manually make the `stack.yaml` and `Dockerfile` resolvers agree. Don't install `jupyter` in the Docker image, we'll use `stack --docker` to install it later. This allows developers to choose the version of the jupyter dependencies. Add the `docker` section to `stack.yaml`, disabled by default. __Motivating example:__ ipywidgets version 7 has changed its protocol. We want to upgrade ihaskell-widgets, which works only on ipywidgets version 6. To install ipywidgets version 6, we need to downgrade Python to 3.5. We can use `stack --docker` to isolate a development environment in which ihaskell-widgets is working, and then upgrade it to the latest versions.
-
- 02 Jun, 2019 1 commit
-
-
Vaibhav Sagar authored
-
- 31 May, 2019 1 commit
-
-
Vaibhav Sagar authored
-
- 21 May, 2019 1 commit
-
-
Vaibhav Sagar authored
-
- 27 Apr, 2019 1 commit
-
-
Vaibhav Sagar authored
-
- 12 Mar, 2019 1 commit
-
-
Vaibhav Sagar authored
-
- 08 Feb, 2019 2 commits
-
-
Vaibhav Sagar authored
-
Vaibhav Sagar authored
-
- 05 Jan, 2019 1 commit
-
-
Vaibhav Sagar authored
-
- 02 Jan, 2019 1 commit
-
-
Vaibhav Sagar authored
-
- 23 Nov, 2018 1 commit
-
-
Vaibhav Sagar authored
-
- 18 Nov, 2018 1 commit
-
-
Vaibhav Sagar authored
-
- 11 Nov, 2018 1 commit
-
-
Vaibhav Sagar authored
-
- 31 Oct, 2018 1 commit
-
-
Vaibhav Sagar authored
-
- 23 Oct, 2018 1 commit
-
-
Vaibhav Sagar authored
-
- 15 Sep, 2018 1 commit
-
-
Lucas DiCioccio authored
Requires 'Graphviz' installed.
-
- 03 Sep, 2018 1 commit
-
-
Erik de Castro Lopo authored
-
- 01 Sep, 2018 2 commits
-
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
-
- 20 Aug, 2018 1 commit
-
-
Vaibhav Sagar authored
-