-
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 #820 from reflex-frp/aa/reflex-0.9.0.1
haskell-overlays: update all-cabal-hashes, reflex-0.9.1.0, reflex-vty…
- Loading branch information
Showing
19 changed files
with
85 additions
and
44 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
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,8 +1,8 @@ | ||
{ | ||
"owner": "obsidiansystems", | ||
"repo": "reflex-project-skeleton", | ||
"branch": "master", | ||
"private": false, | ||
"fetchSubmodules": false, | ||
"rev": "30d29322d74e98d189b755c3d25fffecfee32fe1", | ||
"sha256": "14vcmi3bdmlcj228wj0hzjyqmixyfrd0ch8qzp2655kzik7dbgga" | ||
"rev": "62a1c81f094bf39e694b03ac5aecc5ab13605955", | ||
"sha256": "0cahpv5s2jcwb6qhyl7d35f4vj340hv0cki39vf1zhpcxnymamkv" | ||
} |
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
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,8 +1,8 @@ | ||
{ | ||
"owner": "reflex-frp", | ||
"repo": "patch", | ||
"branch": "release/0.0.8.0", | ||
"branch": "release/0.0.8.2", | ||
"private": false, | ||
"rev": "054b12f99973c4636a2784c1db2c19e92f868492", | ||
"sha256": "01c9vwyd0l9llqpqggkiggzwc32l4wfwkjqh1wyasxkw7y7zs97z" | ||
"rev": "35af1b3a032858bafd6fd5cfc07523f1d4208b5d", | ||
"sha256": "002h0n8ii834lj69gmbrkjgd99ajpyp97gbpq1hr3k0b3ckpwa4i" | ||
} |
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,8 +1,8 @@ | ||
{ | ||
"owner": "reflex-frp", | ||
"repo": "reflex-dom", | ||
"branch": "release/reflex-dom-core/0.7.0.3", | ||
"branch": "release/reflex-dom-core/0.8.0.0", | ||
"private": false, | ||
"rev": "3b379600f8d74ce732ef54d62fb0a48ffbd559f9", | ||
"sha256": "17d1h2fygnk95h07fs8js2hkxm3jzfw5jzd4hd7f1j9vc6sc2plz" | ||
"rev": "f14e954310115cd0d2d1679e1059a3e588ad4762", | ||
"sha256": "0fdil74zq7d6drc1lzx3nfdsajqfw5p3llqkakvh6ga207s8ll97" | ||
} |
2 changes: 2 additions & 0 deletions
2
haskell-overlays/reflex-packages/dep/reflex-fsnotify/default.nix
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,2 @@ | ||
# DO NOT HAND-EDIT THIS FILE | ||
import (import ./thunk.nix) |
8 changes: 8 additions & 0 deletions
8
haskell-overlays/reflex-packages/dep/reflex-fsnotify/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,8 @@ | ||
{ | ||
"owner": "reflex-frp", | ||
"repo": "reflex-fsnotify", | ||
"branch": "release/0.3.0.0", | ||
"private": false, | ||
"rev": "f75d5f4ae0a50c47fe245fc0c46d2d0fa5dbf8e8", | ||
"sha256": "19l8b4psd9lhdkd51f9arg6y5l1gdjwx5pq9r6jbabib2i7dkn4m" | ||
} |
12 changes: 12 additions & 0 deletions
12
haskell-overlays/reflex-packages/dep/reflex-fsnotify/thunk.nix
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,12 @@ | ||
# DO NOT HAND-EDIT THIS FILE | ||
let fetch = { private ? false, fetchSubmodules ? false, owner, repo, rev, sha256, ... }: | ||
if !fetchSubmodules && !private then builtins.fetchTarball { | ||
url = "https://github.com/${owner}/${repo}/archive/${rev}.tar.gz"; inherit sha256; | ||
} else (import (builtins.fetchTarball { | ||
url = "https://github.com/NixOS/nixpkgs/archive/3aad50c30c826430b0270fcf8264c8c41b005403.tar.gz"; | ||
sha256 = "0xwqsf08sywd23x0xvw4c4ghq0l28w2ki22h0bdn766i16z9q2gr"; | ||
}) {}).fetchFromGitHub { | ||
inherit owner repo rev sha256 fetchSubmodules private; | ||
}; | ||
json = builtins.fromJSON (builtins.readFile ./github.json); | ||
in fetch 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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"owner": "reflex-frp", | ||
"repo": "reflex-ghci", | ||
"branch": "release/0.1.5.4", | ||
"branch": "release/0.2.0.0", | ||
"private": false, | ||
"rev": "ae6fbd8fd5990005c2afd18cb22c99ba11c6dbc4", | ||
"sha256": "0zvb71188sacvwwkadv1b9zvl2w3yzgv7dpgp8hvcxdk20wp1n7h" | ||
"rev": "dbef3dd7075e4e0b0499bf00d686123512961009", | ||
"sha256": "1lnaij8i3aslk9v2r7sssfihz5cc3climw6s4p1qgkfifzdjljff" | ||
} |
6 changes: 3 additions & 3 deletions
6
haskell-overlays/reflex-packages/dep/reflex-process/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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"owner": "reflex-frp", | ||
"repo": "reflex-process", | ||
"branch": "release/0.3.1.2", | ||
"branch": "release/0.3.2.0", | ||
"private": false, | ||
"rev": "5642543d14950b99bde8b046e4582cedda158e2b", | ||
"sha256": "044xm2w6dkjdw38n41b4362ax1yhwyhbcv35xg8hrsj51dyls79d" | ||
"rev": "b1e0606ec895f3942b8d8aae7a011f69062cb1c5", | ||
"sha256": "0i15z9nlkprxq84sh5w159lq67z51q1ml3g89icir8l6biasymx4" | ||
} |
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,8 +1,8 @@ | ||
{ | ||
"owner": "reflex-frp", | ||
"repo": "reflex-vty", | ||
"branch": "release/0.3.0.0", | ||
"branch": "release/0.4.1.1", | ||
"private": false, | ||
"rev": "bf12e274d233ddb823d6bea0928dfdd4d38de44e", | ||
"sha256": "1z3ji3nhviyrd55dz562kh809cbxjc6vdbhdaavn1h3wcsqf4f7l" | ||
"rev": "d8c402ac6ece57008a99269f640cae617eb13688", | ||
"sha256": "1hc17c4b0p99vgjgjy3xq72qxgxgdjfh7qq16yq6vjqihcmly6k0" | ||
} |
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,8 +1,8 @@ | ||
{ | ||
"owner": "reflex-frp", | ||
"repo": "reflex", | ||
"branch": "release/0.8.2.2", | ||
"branch": "release/0.9.1.0", | ||
"private": false, | ||
"rev": "0166290bf680cc55fc30cd0cd701275f61de2f7e", | ||
"sha256": "087vfjfqr0v7jq3id9hqrcf34fi2q1myab9p9gsnpsd1dvg12k8k" | ||
"rev": "2e726a2995965539900a3879fc78ac72c553c706", | ||
"sha256": "1a4fcp2v779dlp81fj1fxz7dagix4y1z254ia3013irzkak57pf0" | ||
} |
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
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,8 +1,7 @@ | ||
self: _: { | ||
|
||
all-cabal-hashes = self.fetchurl { | ||
url = https://github.com/commercialhaskell/all-cabal-hashes/archive/75d1bbbd68d9ae36d527666e2f140343323b02fa.tar.gz; | ||
sha256 = "018lz90f12bw8n8g4rbwfbnpmw6g3vblc12pd4qzq727h1d27p5l"; | ||
url = https://github.com/commercialhaskell/all-cabal-hashes/archive/f297f1f3fc337e2f94783f254cb6db1ee2022adb.tar.gz; | ||
sha256 = "sha256-j2HovXCSBkPircuu6N0ZVTIFUTvET7UC4eaiRITrk2g="; | ||
}; | ||
|
||
} |
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