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
b3995a4c
Commit
b3995a4c
authored
Sep 15, 2022
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[0.15.4] update packages.dhall
Remove local stuff, everything should be pushed now.
parent
5686b05c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
15 deletions
+21
-15
packages.dhall
packages.dhall
+21
-15
No files found.
packages.dhall
View file @
b3995a4c
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.15.4-20220901/packages.dhall sha256:f1531b29c21ac437ffe5666c1b6cc76f0a9c29d3c9d107ff047aa2567744994f
-- TODO remove me, replace upstream with proper garganscript-package-sets
let garganscript =
../../../git-work/github/PURESCRIPT/garganscript-package-sets/release.dhall
-- TODO remove me
let localOverrides =
{ d3 = ../../../git-work/github/PURESCRIPT/purescript-d3/spago.dhall as Location
, simplecrypto = ../../../git-work/github/PURESCRIPT/purescript-simplecrypto/spago.dhall as Location
}
https://github.com/garganscript/package-sets/releases/download/v0.1.4/release.dhall
sha256:e03eafe0c7ea0ac143d07ec6d9f20c804bd6b6f95a8d89bf287c279e770584c8
let overrides =
{ graphql-client =
...
...
@@ -96,7 +87,21 @@ let overrides =
, version = "f6e8ee91298f2fc13c4277e75a19e0538de5f7a2"
}
, record-extra =
../../../git-work/github/PURESCRIPT/purescript-record-extra/spago.dhall as Location
{ dependencies =
[ "arrays"
, "effect"
, "functions"
, "lists"
, "maybe"
, "prelude"
, "record"
, "test-unit"
, "tuples"
, "typelevel-prelude"
]
, repo = "https://github.com/justinwoo/purescript-record-extra"
, version = "0.15.0-starter-kit"
}
}
let additions =
...
...
@@ -139,7 +144,7 @@ let additions =
}
, simple-json-generics =
{ dependencies =
[ "assert"
-- test
[ "assert"
, "control"
, "effect"
, "either"
...
...
@@ -150,7 +155,8 @@ let additions =
, "transformers"
, "typelevel-prelude"
]
, repo = "https://github.com/garganscript/purescript-simple-json-generics"
, repo =
"https://github.com/garganscript/purescript-simple-json-generics"
, version = "master"
}
, tuples-native =
...
...
@@ -188,4 +194,4 @@ let additions =
}
}
in upstream //
garganscript // overrides // localO
verrides // additions
in upstream //
o
verrides // additions
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