diff options
Diffstat (limited to 'nix/sources.json')
-rw-r--r-- | nix/sources.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/nix/sources.json b/nix/sources.json index 76ad1f1..195a218 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -1,4 +1,43 @@ { + "clay": { + "branch": "master", + "description": "A CSS preprocessor as embedded Haskell.", + "homepage": "", + "owner": "sebastiaanvisser", + "repo": "clay", + "rev": "dcc4fc6d8b55af4814bd3f9bbb6d32e2fa2751a8", + "sha256": "1dm71z1q7yaq0kl2yb0vr0lsbd8byq5qkdb2kvr26jq48nfq2xdc", + "type": "tarball", + "url": "https://github.com/sebastiaanvisser/clay/archive/dcc4fc6d8b55af4814bd3f9bbb6d32e2fa2751a8.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz", + "version": "cc7729b1b42a79e261091ff7835f7fc2a7ae3cee" + }, + "jsaddle": { + "branch": "master", + "description": "JavaScript interface that works with GHCJS or GHC", + "homepage": "", + "owner": "ghcjs", + "repo": "jsaddle", + "rev": "d569be43f92b9b8c01dc3ee4c41401ab406a2076", + "sha256": "1m1xxy4l9ii91k1k504qkxh9k1ybprm1m66mkb9dqlwcpyhcccmv", + "type": "tarball", + "url": "https://github.com/ghcjs/jsaddle/archive/d569be43f92b9b8c01dc3ee4c41401ab406a2076.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz", + "version": "1e39844" + }, + "miso": { + "branch": "master", + "description": ":ramen: A tasty Haskell front-end framework", + "homepage": "https://haskell-miso.org", + "owner": "dmjio", + "repo": "miso", + "rev": "41234e419d6177fe05913a1bd885f811afe5cc9f", + "sha256": "1nby1y8yixv0a47h1bzdfjcwzah3km7bfd0phdb520ci4dgs30w1", + "type": "tarball", + "url": "https://github.com/dmjio/miso/archive/41234e419d6177fe05913a1bd885f811afe5cc9f.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz", + "version": "1.5" + }, "niv": { "branch": "master", "description": "Easy dependency management for Nix projects", |