Skip to content

Commit

Permalink
Package JS files needed for jsaddle-warp test
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Jul 15, 2024
1 parent 647e99d commit 9029d87
Showing 1 changed file with 36 additions and 2 deletions.
38 changes: 36 additions & 2 deletions jsaddle-warp/jsaddle-warp.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: jsaddle-warp
version: 0.9.9.2
cabal-version: >=1.10
build-type: Simple
license: MIT
license-file: LICENSE
Expand All @@ -14,7 +14,41 @@ description:
category: Web, Javascript
author: Hamish Mackenzie
tested-with: GHC==9.10.1, GHC==9.8.2, GHC==9.6.6, GHC==9.4.8, GHC==9.2.8, GHC==9.0.2, GHC==8.10.7, GHC==8.8.4, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2

data-files:
node-client/index.js
node-client/node_modules
node-client/node_modules/.package-lock.json
node-client/node_modules/ws
node-client/node_modules/ws/LICENSE
node-client/node_modules/ws/README.md
node-client/node_modules/ws/browser.js
node-client/node_modules/ws/index.js
node-client/node_modules/ws/lib
node-client/node_modules/ws/lib/buffer-util.js
node-client/node_modules/ws/lib/constants.js
node-client/node_modules/ws/lib/event-target.js
node-client/node_modules/ws/lib/extension.js
node-client/node_modules/ws/lib/limiter.js
node-client/node_modules/ws/lib/permessage-deflate.js
node-client/node_modules/ws/lib/receiver.js
node-client/node_modules/ws/lib/sender.js
node-client/node_modules/ws/lib/stream.js
node-client/node_modules/ws/lib/subprotocol.js
node-client/node_modules/ws/lib/validation.js
node-client/node_modules/ws/lib/websocket-server.js
node-client/node_modules/ws/lib/websocket.js
node-client/node_modules/ws/package.json
node-client/node_modules/ws/wrapper.mjs
node-client/node_modules/xmlhttprequest
node-client/node_modules/xmlhttprequest/.jshintrc
node-client/node_modules/xmlhttprequest/.npmignore
node-client/node_modules/xmlhttprequest/LICENSE
node-client/node_modules/xmlhttprequest/README.md
node-client/node_modules/xmlhttprequest/lib
node-client/node_modules/xmlhttprequest/lib/XMLHttpRequest.js
node-client/node_modules/xmlhttprequest/package.json
node-client/package-lock.json
node-client/package.json
source-repository head
type: git
location: https://github.com/ghcjs/jsaddle
Expand Down

0 comments on commit 9029d87

Please sign in to comment.