Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gargantext-ihaskell
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
gargantext-ihaskell
Commits
cce6be9f
Commit
cce6be9f
authored
Oct 25, 2018
by
Vaibhav Sagar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README.md: s/release-8.2.nix/release-8.4.nix/
parent
857c4778
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
cce6be9f
...
...
@@ -119,7 +119,7 @@ If you have the `nix` package manager installed, you can create an IHaskell
notebook environment with one command. For example:
```
bash
$
nix-build
-I
nixpkgs
=
https://github.com/NixOS/nixpkgs-channels/archive/nixos-18.09.tar.gz release-8.
2
.nix
--arg
packages
"haskellPackages: [ haskellPackages.lens ]"
$
nix-build
-I
nixpkgs
=
https://github.com/NixOS/nixpkgs-channels/archive/nixos-18.09.tar.gz release-8.
4
.nix
--arg
packages
"haskellPackages: [ haskellPackages.lens ]"
<result path>
$
<result path>/bin/ihaskell-notebook
```
...
...
@@ -129,7 +129,7 @@ It might take a while the first time, but subsequent builds will be much faster.
The IHaskell display modules are not loaded by default and have to be specified as additional packages:
```
bash
$
nix-build
-I
nixpkgs
=
https://github.com/NixOS/nixpkgs-channels/archive/nixos-18.09.tar.gz release-8.
2
.nix
--arg
packages
"haskellPackages: [ haskellPackages.ihaskell-blaze haskellPackages.ihaskell-charts ]"
$
nix-build
-I
nixpkgs
=
https://github.com/NixOS/nixpkgs-channels/archive/nixos-18.09.tar.gz release-8.
4
.nix
--arg
packages
"haskellPackages: [ haskellPackages.ihaskell-blaze haskellPackages.ihaskell-charts ]"
```
# Troubleshooting
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment