diff options
Diffstat (limited to 'Biz/Bild')
-rw-r--r-- | Biz/Bild/Deps/Haskell.nix | 2 | ||||
-rw-r--r-- | Biz/Bild/Sources.json | 13 |
2 files changed, 15 insertions, 0 deletions
diff --git a/Biz/Bild/Deps/Haskell.nix b/Biz/Bild/Deps/Haskell.nix index 5263163..78ae6b2 100644 --- a/Biz/Bild/Deps/Haskell.nix +++ b/Biz/Bild/Deps/Haskell.nix @@ -17,6 +17,7 @@ "fast-logger" "filepath" "ghcjs-base" + "github" "haskeline" "http-types" "ixset" @@ -52,6 +53,7 @@ "unagi-chan" "unix" "unordered-containers" + "uuid" "vector" "wai" "wai-app-static" diff --git a/Biz/Bild/Sources.json b/Biz/Bild/Sources.json index d6228e4..2aea2c8 100644 --- a/Biz/Bild/Sources.json +++ b/Biz/Bild/Sources.json @@ -97,6 +97,19 @@ "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz", "version": "0.3.4" }, + "req": { + "branch": "master", + "description": "Easy-to-use, type-safe, expandable, high-level HTTP client library", + "homepage": "", + "owner": "mrkkrp", + "repo": "req", + "rev": "0f799e9076053c4bdd685b81e0393d1682de8735", + "sha256": "1xrzplgas107zxnv23ai14r4s6wz57ycsav1zhikhk04zz442zhh", + "type": "tarball", + "url": "https://github.com/mrkkrp/req/archive/0f799e9076053c4bdd685b81e0393d1682de8735.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz", + "version": "3.8.0" + }, "servant-auth": { "branch": "master", "description": null, |