diff options
Diffstat (limited to 'Biz/Bild/Sources.json')
-rw-r--r-- | Biz/Bild/Sources.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Biz/Bild/Sources.json b/Biz/Bild/Sources.json index da5e255..0bb1068 100644 --- a/Biz/Bild/Sources.json +++ b/Biz/Bild/Sources.json @@ -12,6 +12,19 @@ "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz", "version": "cc7729b1b42a79e261091ff7835f7fc2a7ae3cee" }, + "ghcjs-base": { + "branch": "master", + "description": "base library for GHCJS for JavaScript interaction and marshalling, used by higher level libraries like JSC", + "homepage": "", + "owner": "ghcjs", + "repo": "ghcjs-base", + "rev": "18f31dec5d9eae1ef35ff8bbf163394942efd227", + "sha256": "09h3rc639n4768y75v0dbrys9pnd4da538cdgzx11dzrjm971f60", + "type": "tarball", + "url": "https://github.com/ghcjs/ghcjs-base/archive/18f31dec5d9eae1ef35ff8bbf163394942efd227.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz", + "version": "18f31dec5d9eae1ef35ff8bbf163394942efd227" + }, "jsaddle": { "branch": "master", "description": "JavaScript interface that works with GHCJS or GHC", |