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
6914043a
Commit
6914043a
authored
Apr 18, 2019
by
James Laver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove dependency on undefinable
parent
68c80a70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
packages.dhall
packages.dhall
+7
-6
No files found.
packages.dhall
View file @
6914043a
...
@@ -117,7 +117,13 @@ let upstream =
...
@@ -117,7 +117,13 @@ let upstream =
let overrides = {=}
let overrides = {=}
let additions =
let additions =
{ spec-mocha =
{ dom-simple =
mkPackage
[ "console", "effect", "functions", "nullable", "prelude"
, "spec", "spec-mocha", "unsafe-coerce" ]
"https://github.com/irresponsible/purescript-dom-simple"
"master"
, spec-mocha =
mkPackage
mkPackage
[ "console", "foldable-traversable", "exceptions", "spec" ]
[ "console", "foldable-traversable", "exceptions", "spec" ]
"https://github.com/purescript-spec/purescript-spec-mocha"
"https://github.com/purescript-spec/purescript-spec-mocha"
...
@@ -127,11 +133,6 @@ let additions =
...
@@ -127,11 +133,6 @@ let additions =
-- [ "prelude", "aff", "random", "quickcheck", "spec" ]
-- [ "prelude", "aff", "random", "quickcheck", "spec" ]
-- "https://github.com/purescript-spec/purescript-spec-quickcheck"
-- "https://github.com/purescript-spec/purescript-spec-quickcheck"
-- "v3.1.0"
-- "v3.1.0"
, undefinable =
mkPackage
[ "functions", "maybe" ]
"https://github.com/ethul/purescript-undefinable.git"
"v4.0.0"
}
}
in upstream // overrides // additions
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