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
c2cb8e67
Commit
c2cb8e67
authored
Apr 11, 2019
by
Vaibhav Sagar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release{,-8.6}.nix: update for 19.03
parent
5086d082
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
34 deletions
+4
-34
release-8.6.nix
release-8.6.nix
+2
-33
release.nix
release.nix
+2
-1
No files found.
release-8.6.nix
View file @
c2cb8e67
let
overlay
=
sel
:
sup
:
{
haskell
=
sup
.
haskell
//
{
packages
=
sup
.
haskell
.
packages
//
{
ghc862
=
sup
.
haskell
.
packages
.
ghc862
.
override
{
overrides
=
self
:
super
:
{
base-orphans
=
self
.
callHackage
"base-orphans"
"0.8"
{};
contravariant
=
self
.
callHackage
"contravariant"
"1.5"
{};
doctest
=
sel
.
haskell
.
lib
.
dontCheck
(
self
.
callHackage
"doctest"
"0.16.0.1"
{});
entropy
=
self
.
callHackage
"entropy"
"0.4.1.3"
{};
foldl
=
self
.
callHackage
"foldl"
"1.4.5"
{};
haskell-src-exts
=
self
.
callHackage
"haskell-src-exts"
"1.20.3"
{};
haskell-src-meta
=
sel
.
haskell
.
lib
.
doJailbreak
super
.
haskell-src-meta
;
hspec-core
=
sel
.
haskell
.
lib
.
dontCheck
super
.
hspec-core
;
lifted-async
=
self
.
callHackage
"lifted-async"
"0.10.0.3"
{};
memory
=
self
.
callHackage
"memory"
"0.14.18"
{};
polyparse
=
self
.
callHackage
"polyparse"
"1.12.1"
{};
quickcheck-instances
=
self
.
callHackage
"quickcheck-instances"
"0.3.19"
{};
semigroupoids
=
self
.
callHackage
"semigroupoids"
"5.3.1"
{};
system-fileio
=
sel
.
haskell
.
lib
.
dontCheck
super
.
system-fileio
;
tasty-expected-failure
=
sel
.
haskell
.
lib
.
doJailbreak
super
.
tasty-expected-failure
;
th-expand-syns
=
sel
.
haskell
.
lib
.
doJailbreak
super
.
th-expand-syns
;
unliftio-core
=
self
.
callHackage
"unliftio-core"
"0.1.2.0"
{};
unliftio
=
self
.
callHackage
"unliftio"
"0.2.8.1"
{};
unordered-containers
=
sel
.
haskell
.
lib
.
dontCheck
super
.
unordered-containers
;
};
};
};
};
};
in
{
compiler
?
"ghc862"
,
nixpkgs
?
import
<
nixpkgs
>
{
overlays
=
[
overlay
];
}
{
compiler
?
"ghc864"
,
nixpkgs
?
import
<
nixpkgs
>
{}
,
packages
?
(
_
:
[])
,
pythonPackages
?
(
_
:
[])
,
rtsopts
?
"-M3g -N2"
...
...
release.nix
View file @
c2cb8e67
...
...
@@ -45,10 +45,11 @@ let
});
ghc-parser
=
self
.
callCabal2nix
"ghc-parser"
ghc-parser-src
{};
ipython-kernel
=
self
.
callCabal2nix
"ipython-kernel"
ipython-kernel-src
{};
zeromq4-haskell
=
self
.
callHackage
"zeromq4-haskell"
"0.8.0"
{};
haskell-src-exts
=
self
.
haskell-src-exts_1_21_0
;
inline-r
=
nixpkgs
.
haskell
.
lib
.
dontCheck
super
.
inline-r
;
static-canvas
=
nixpkgs
.
haskell
.
lib
.
doJailbreak
super
.
static-canvas
;
zeromq4-haskell
=
nixpkgs
.
haskell
.
lib
.
dontCheck
super
.
zeromq4-haskell
;
}
//
displays
self
);
});
ihaskellEnv
=
haskellPackages
.
ghcWithPackages
(
self
:
[
self
.
ihaskell
]
++
packages
self
);
...
...
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