-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #501 from reflex-frp/cg-bump-reflex-dom
Bump reflex-dom for hydration fixes.
- Loading branch information
Showing
12 changed files
with
67 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
haskell-overlays/reflex-packages/dep/constraints-extras/github.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"owner": "obsidiansystems", | ||
"repo": "constraints-extras", | ||
"rev": "30f10c03dd96e50c089f0613f99951805bff7397", | ||
"sha256": "196b8kbcp744gqhh964m54vw4cdg15p6lc7cm2vxbh15cbqdz7ir" | ||
} |
6 changes: 6 additions & 0 deletions
6
haskell-overlays/reflex-packages/dep/dependent-map/github.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"owner": "obsidiansystems", | ||
"repo": "dependent-map", | ||
"rev": "a9a438b1fd974891e4ed57cbd43e305cf7c759a9", | ||
"sha256": "1g5zyz8rna57g585xrix1ica33865dw7x1kmxwcdh21pp1mqxzn2" | ||
} |
6 changes: 6 additions & 0 deletions
6
haskell-overlays/reflex-packages/dep/dependent-sum-universe-orphans/github.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"owner": "obsidiansystems", | ||
"repo": "dependent-sum-universe-orphans", | ||
"rev": "3d492554bfbed81ebfcf3fa6db60ff46ecad3b8e", | ||
"sha256": "086fdbqbgj2fix4sicp49afmq2xhi7h18cq8wn8a5s0f39888gj4" | ||
} |
6 changes: 6 additions & 0 deletions
6
haskell-overlays/reflex-packages/dep/dependent-sum/github.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"owner": "obsidiansystems", | ||
"repo": "dependent-sum", | ||
"rev": "69127f57533e7e58c54c2f9ca19b0b45946d6cc7", | ||
"sha256": "112cknyz9dl3xbzx715bkhcy0l5z0v98rf06xf70b0fzsgfw68ws" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"owner": "reflex-frp", | ||
"repo": "reflex-dom", | ||
"rev": "c94228143318cad36e145293f7aa3e2d802785f9", | ||
"sha256": "0405rv27lqr66kvxv0npk992h88mii3j76d3wr48r67lv953kx3c" | ||
"rev": "28fef25fd30424ebcc0d927011298f0dd8eae52b", | ||
"sha256": "1w6d42v7dsygq5rgz0ngv4z48d00k2spahjbbklaa7g2v56m76zi" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"owner": "reflex-frp", | ||
"repo": "reflex", | ||
"rev": "9c3d165b9542dcf87c736bb14a655ec2422720ff", | ||
"sha256": "03x375mhdv570fw4nv9fyj8hznb29l88jzw9x9k81gcfhr1lhwkb" | ||
"rev": "bccbe428bfd7b888f629aed955ef1f35e39ef872", | ||
"sha256": "013jqiwfr114iym47xy4afqxljd83pp8n6sld7cybi96z3l2zx27" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# DO NOT HAND-EDIT THIS FILE | ||
import ((import <nixpkgs> {}).fetchFromGitHub ( | ||
let json = builtins.fromJSON (builtins.readFile ./github.json); | ||
in { inherit (json) owner repo rev sha256; | ||
private = json.private or false; | ||
} | ||
)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"owner": "dmwit", | ||
"repo": "universe", | ||
"branch": "master", | ||
"rev": "a0ef0ec6fd0750725a7e63734829b44f54cfcbe2", | ||
"sha256": "10cdjh42k9kzbwdvvl7hv9v1mnlx06swhl8y8zsqjd0rpnabfpm2" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{nixpkgs}: | ||
{pkg, ver, sha256}: | ||
let pkgver = "${pkg}-${ver}"; | ||
in nixpkgs.haskellPackages.callCabal2nix pkg (nixpkgs.fetchzip { | ||
url = "mirror://hackage/${pkgver}/${pkgver}.tar.gz"; | ||
inherit sha256; | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters