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
444e275a
Commit
444e275a
authored
Nov 01, 2017
by
Vaibhav Sagar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release{,-8.2}.nix: enable ihaskell-widgets
parent
c0e7d553
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
release-8.2.nix
release-8.2.nix
+3
-1
release.nix
release.nix
+1
-1
No files found.
release-8.2.nix
View file @
444e275a
...
@@ -112,6 +112,8 @@ let
...
@@ -112,6 +112,8 @@ let
gtk2hs-buildtools
=
super
.
callHackage
"gtk2hs-buildtools"
"0.13.3.0"
{};
gtk2hs-buildtools
=
super
.
callHackage
"gtk2hs-buildtools"
"0.13.3.0"
{};
hmatrix
=
super
.
hmatrix_0_18_1_0
;
hmatrix
=
super
.
hmatrix_0_18_1_0
;
singletons
=
super
.
callHackage
"singletons"
"2.3.1"
{};
th-desugar
=
super
.
callHackage
"th-desugar"
"1.7"
{};
}
//
displays
self
;
}
//
displays
self
;
};
};
ihaskell
=
haskellPackages
.
ihaskell
;
ihaskell
=
haskellPackages
.
ihaskell
;
...
@@ -128,7 +130,7 @@ let
...
@@ -128,7 +130,7 @@ let
ihaskell-plot
ihaskell-plot
# ihaskell-rlangqq
# ihaskell-rlangqq
ihaskell-static-canvas
ihaskell-static-canvas
#
ihaskell-widgets
ihaskell-widgets
]
++
packages
self
);
]
++
packages
self
);
jupyter
=
nixpkgs
.
python3
.
buildEnv
.
override
{
jupyter
=
nixpkgs
.
python3
.
buildEnv
.
override
{
extraLibs
=
with
nixpkgs
;
[
python3Packages
.
jupyter
python3Packages
.
notebook
];
extraLibs
=
with
nixpkgs
;
[
python3Packages
.
jupyter
python3Packages
.
notebook
];
...
...
release.nix
View file @
444e275a
...
@@ -87,7 +87,7 @@ let
...
@@ -87,7 +87,7 @@ let
ihaskell-plot
ihaskell-plot
# ihaskell-rlangqq
# ihaskell-rlangqq
ihaskell-static-canvas
ihaskell-static-canvas
#
ihaskell-widgets
ihaskell-widgets
]
++
packages
self
);
]
++
packages
self
);
jupyter
=
nixpkgs
.
python3
.
buildEnv
.
override
{
jupyter
=
nixpkgs
.
python3
.
buildEnv
.
override
{
extraLibs
=
let
ps
=
nixpkgs
.
python3Packages
;
in
[
ps
.
jupyter
ps
.
notebook
];
extraLibs
=
let
ps
=
nixpkgs
.
python3Packages
;
in
[
ps
.
jupyter
ps
.
notebook
];
...
...
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