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
50262cbb
Commit
50262cbb
authored
Jul 10, 2021
by
Vaibhav Sagar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release-9.0.nix: clean up overrides
parent
486fc9f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
13 deletions
+8
-13
release-9.0.nix
release-9.0.nix
+8
-13
No files found.
release-9.0.nix
View file @
50262cbb
let
let
nixpkgs-src
=
builtins
.
fetchTarball
{
nixpkgs-src
=
builtins
.
fetchTarball
{
url
=
"https://github.com/NixOS/nixpkgs/tarball/
5d4dc79acbb98f935f55fec733c16c0d730cbdeb
"
;
url
=
"https://github.com/NixOS/nixpkgs/tarball/
d136ae17bc720b93f99333e950839c464c41b716
"
;
sha256
=
"1
97h9bqsjl0na7nfvkll587pjx7vwd3jswab73wxlkcbwx4j66zf
"
;
sha256
=
"1
7r60s8mwvlv1djc9kasn8qhgnvk327sqabpscqssp5nklj906i4
"
;
};
};
in
in
{
compiler
?
"ghc901"
{
compiler
?
"ghc901"
...
@@ -57,18 +57,13 @@ let
...
@@ -57,18 +57,13 @@ let
inline-r
=
nixpkgs
.
haskell
.
lib
.
dontCheck
super
.
inline-r
;
inline-r
=
nixpkgs
.
haskell
.
lib
.
dontCheck
super
.
inline-r
;
static-canvas
=
nixpkgs
.
haskell
.
lib
.
doJailbreak
super
.
static-canvas
;
static-canvas
=
nixpkgs
.
haskell
.
lib
.
doJailbreak
super
.
static-canvas
;
cryptohash-md5
=
nixpkgs
.
haskell
.
lib
.
doJailbreak
super
.
cryptohash-md5
;
hlint
=
super
.
hlint_3_3_1
.
overrideScope
(
self
:
super
:
{
cryptohash-sha1
=
nixpkgs
.
haskell
.
lib
.
doJailbreak
super
.
cryptohash-sha1
;
ghc-lib-parser
=
nixpkgs
.
haskell
.
lib
.
overrideCabal
self
.
ghc-lib-parser_9_0_1_20210324
{
memory
=
nixpkgs
.
haskell
.
lib
.
appendPatch
(
nixpkgs
.
haskell
.
lib
.
doJailbreak
super
.
memory
)
(
nixpkgs
.
fetchpatch
{
doHaddock
=
false
;
url
=
"https://gitlab.haskell.org/ghc/head.hackage/-/raw/c89c1e27af8f180b3be476e102147557f922b224/patches/memory-0.15.0.patch"
;
}
;
sha256
=
"0mkjbrzi05h1xds8rf5wfky176hrl03q0d7ipklp9x4ls3yyqj5x"
;
ghc-lib-parser-ex
=
self
.
ghc-lib-parser-ex_9_0_0_4
;
});
});
cryptonite
=
nixpkgs
.
haskell
.
lib
.
appendPatch
super
.
cryptonite
(
nixpkgs
.
fetchpatch
{
url
=
"https://gitlab.haskell.org/ghc/head.hackage/-/raw/6a65307bbdc73c5eb4165a67ee97c7b9faa818e1/patches/cryptonite-0.28.patch"
;
sha256
=
"1wq9hw16qj2yqy7lyqbi7106lhk199hvnkj5xr7h0ip854gjsr5j"
;
});
profunctors
=
self
.
profunctors_5_6_2
;
mono-traversable
=
nixpkgs
.
haskell
.
lib
.
dontCheck
super
.
mono-traversable
;
}
//
displays
self
);
}
//
displays
self
);
});
});
ihaskellEnv
=
haskellPackages
.
ghcWithPackages
(
self
:
[
self
.
ihaskell
]
++
packages
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