-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Restore RoutingHashHalogenHooks * Restore RoutingPushHalogenHooks * Fix naming in DogImages recipe * Restore AceEditorHalogenHooks * Restore DriverRoutingHalogenHooks * Restore DriverIoHalogenHooks * Restore TimeHalogenHooks * Restore KeyboardInputHalogenHooks * Restore DriverWebSocketsHalogenHooks * AceEditorHalogenHooks still broken on TPS * Remove unnecessary "use strict" --------- Co-authored-by: Peter Murphy <[email protected]>
- Loading branch information
1 parent
0dbd2c9
commit d6256a7
Showing
73 changed files
with
246 additions
and
191 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
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,16 @@ | ||
{ name = "AceEditorHalogenHooks" | ||
, dependencies = | ||
[ "ace" | ||
, "aff" | ||
, "effect" | ||
, "foldable-traversable" | ||
, "halogen" | ||
, "halogen-hooks" | ||
, "halogen-subscriptions" | ||
, "maybe" | ||
, "prelude" | ||
, "tuples" | ||
] | ||
, packages = ../../packages.dhall | ||
, sources = [ "recipes/AceEditorHalogenHooks/src/**/*.purs" ] | ||
} |
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
File renamed without changes.
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,16 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>AceEditorHalogenHooks</title> | ||
<style type="text/css" media="screen"> | ||
.ace_editor { | ||
height: 200px; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<script type="module" src="./index.js"></script> | ||
</body> | ||
</html> |
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,4 @@ | ||
import "ace-builds/src-min-noconflict/ace.js"; | ||
import { main } from "../../../output/AceEditorHalogenHooks.Main/index.js"; | ||
|
||
main(); |
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
File renamed without changes.
File renamed without changes.
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
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,3 @@ | ||
import { main } from "../../../output/DriverIoHalogenHooks.Main/index.js"; | ||
|
||
main(); |
File renamed without changes.
File renamed without changes.
15 changes: 12 additions & 3 deletions
15
broken/DriverRoutingHalogenHooks/spago.dhall → ...pes/DriverRoutingHalogenHooks/spago.dhall
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
Oops, something went wrong.