Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-reactix
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
purescript-reactix
Commits
5f7b3917
Commit
5f7b3917
authored
Apr 17, 2019
by
James Laver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove spec-discovery, comment out spec-quickcheck in packages.dhall
parent
d9757d52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
10 deletions
+20
-10
packages.dhall
packages.dhall
+20
-10
No files found.
packages.dhall
View file @
5f7b3917
...
...
@@ -109,19 +109,29 @@ let additions =
-}
let mkPackage =
https://raw.githubusercontent.com/
spacchetti/spacchetti/20181209/src/mkPackage.dhall sha256:8e1c6636f8a089f972b21cde0cef4b33fa36a2e503ad4c77928aabf92d2d4ec9
https://raw.githubusercontent.com/
purescript/package-sets/psc-0.12.4-20190413/src/mkPackage.dhall sha256:0b197efa1d397ace6eb46b243ff2d73a3da5638d8d0ac8473e8e4a8fc528cf57
let upstream =
https://raw.githubusercontent.com/
spacchetti/spacchetti/20181209/src/packages.dhall sha256:c63285af67ae74feb2f6eb67521712441928d2726ea10e2040774849ca765027
https://raw.githubusercontent.com/
purescript/package-sets/psc-0.12.4-20190413/src/packages.dhall sha256:a63cc6dbd2190cc4d4f898e4db59281e4bbd09a022de6036e379bc991e23e705
let overrides = {=}
let additions =
{ undefinable =
mkPackage
[ "functions", "maybe" ]
"https://github.com/ethul/purescript-undefinable.git"
"v4.0.0"
}
in upstream ⫽ overrides ⫽ additions
{ spec-mocha =
mkPackage
[ "console", "foldable-traversable", "exceptions", "spec" ]
"https://github.com/purescript-spec/purescript-spec-mocha"
"v3.0.0"
-- , spec-quickcheck =
-- mkPackage
-- [ "prelude", "aff", "random", "quickcheck", "spec" ]
-- "https://github.com/purescript-spec/purescript-spec-quickcheck"
-- "v3.1.0"
, undefinable =
mkPackage
[ "functions", "maybe" ]
"https://github.com/ethul/purescript-undefinable.git"
"v4.0.0"
}
in upstream // overrides // 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