Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
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
Grégoire Locqueville
purescript-gargantext
Commits
6cf4237a
Commit
6cf4237a
authored
Aug 25, 2020
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PS] upgrade PS to 0.13.8
parent
8b443875
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
easy-ps.nix
nix/easy-ps.nix
+1
-1
generate-packages-json.nix
nix/generate-packages-json.nix
+1
-1
pinned.nix
nix/pinned.nix
+1
-1
packages.dhall
packages.dhall
+2
-2
yarn.lock
yarn.lock
+1
-1
No files found.
nix/easy-ps.nix
View file @
6cf4237a
...
...
@@ -5,7 +5,7 @@ import
pkgs
.
fetchFromGitHub
{
owner
=
"justinwoo"
;
repo
=
"easy-purescript-nix"
;
rev
=
"
14e7d85431e9f9838d7107d18cb79c7fa534f54e
"
;
rev
=
"
7ebddd8613cf6736dbecef9fce4c32f2a104ef82
"
;
sha256
=
"0lmkppidmhnayv0919990ifdd61f9d23dzjzr8amz7hjgc74yxs0"
;
}
)
{
...
...
nix/generate-packages-json.nix
View file @
6cf4237a
...
...
@@ -6,7 +6,7 @@ let
pkgs
.
fetchFromGitHub
{
owner
=
"justinwoo"
;
repo
=
"easy-dhall-nix"
;
rev
=
"
288ee825c326f352a5db194a024bd3e1f2f735b2
"
;
rev
=
"
90957969850a44481c6e150350c56e8b53b29e1e
"
;
sha256
=
"12v4ql1nm1famz8r80k1xkkdgj7285vy2vn16iili0qwvz3i98ah"
;
}
)
{
...
...
nix/pinned.nix
View file @
6cf4237a
import
(
builtins
.
fetchTarball
{
url
=
"https://github.com/
nixos/nixpkgs/archive/ece829033b7b8f4e81261fef5427144df4147bc4
.tar.gz"
;
url
=
"https://github.com/
NixOS/nixpkgs/archive/20.03
.tar.gz"
;
sha256
=
"07n91k3d9i9pym8npsszha9mnvg4d1r0l0ldnhk4g8sx15vv1br5"
;
}
)
packages.dhall
View file @
6cf4237a
let mkPackage =
https://raw.githubusercontent.com/purescript/package-sets/psc-0.13.
2-2019080
4/src/mkPackage.dhall sha256:0b197efa1d397ace6eb46b243ff2d73a3da5638d8d0ac8473e8e4a8fc528cf57
https://raw.githubusercontent.com/purescript/package-sets/psc-0.13.
8-2020072
4/src/mkPackage.dhall sha256:0b197efa1d397ace6eb46b243ff2d73a3da5638d8d0ac8473e8e4a8fc528cf57
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.13.
2-2019080
4/packages.dhall sha256:2230fc547841b54bca815eb0058414aa03ed7b675042f8b3dda644e1952824e5
https://github.com/purescript/package-sets/releases/download/psc-0.13.
8-2020072
4/packages.dhall sha256:2230fc547841b54bca815eb0058414aa03ed7b675042f8b3dda644e1952824e5
let overrides =
{ thermite =
...
...
yarn.lock
View file @
6cf4237a
...
...
@@ -2409,7 +2409,7 @@ prop-types@15.6.2:
loose-envify "^1.3.1"
object-assign "^4.1.1"
prop-types@^15.6.2:
prop-types@^15.6.2
, prop-types@^15.7.2
:
version "15.7.2"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
...
...
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