Skip to content

Commit

Permalink
Moving package to my repo until Thimoteus is able to review
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Walker Wells committed Mar 1, 2019
1 parent 251e31c commit b0307f5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1617,7 +1617,7 @@
"psci-support",
"transformers"
],
"repo": "https://github.com/Thimoteus/purescript-promises.git",
"repo": "https://github.com/mwalkerwells/purescript-promises.git",
"version": "v3.0.1"
},
"proxy": {
Expand Down
7 changes: 1 addition & 6 deletions src/groups/Thimoteus.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,5 @@ in { mmorph =
mkPackage
[ "free", "functors", "transformers" ]
"https://github.com/Thimoteus/purescript-mmorph.git"
"v5.1.0",
promises =
mkPackage
[ "prelude", "functions", "exceptions", "transformers", "datetime", "console", "psci-support" ]
"https://github.com/Thimoteus/purescript-promises.git"
"v3.0.1"
"v5.1.0"
}
8 changes: 8 additions & 0 deletions src/groups/mwalkerwells.dhall
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
let mkPackage = ./../mkPackage.dhall

in { promises =
mkPackage
[ "prelude", "functions", "exceptions", "transformers", "datetime", "console", "psci-support" ]
"https://github.com/mwalkerwells/purescript-promises.git"
"v3.0.1"
}
1 change: 1 addition & 0 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ let packages =
./groups/lumihq.dhall
./groups/morganthomas.dhall
./groups/mschristiansen.dhall
./groups/mwalkerwells.dhall
./groups/natefaubion.dhall
./groups/nwolverson.dhall
./groups/oreshinya.dhall
Expand Down

0 comments on commit b0307f5

Please sign in to comment.