From 01bda0f0aa87c34a30253ffd1d5b60b33644f6d8 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 25 Jul 2020 22:24:44 -0700 Subject: bild: support incremental compilation Closes https://github.com/bsima/biz/issues/9 --- nix/sources.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'nix/sources.json') diff --git a/nix/sources.json b/nix/sources.json index fdbb4b6..d2565a7 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -62,6 +62,20 @@ "url": "https://github.com/NixOS/nixpkgs/archive/b0c285807d6a9f1b7562ec417c24fa1a30ecc31a.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, + "regex-applicative": { + "branch": "master", + "description": "Regex-based parsing with applicative interface", + "homepage": "", + "owner": "feuerbach", + "repo": "regex-applicative", + "rev": "449519c38e65753345e9a008362c011cb7a0a4d9", + "revision": "449519c38e65753345e9a008362c011cb7a0a4d9", + "sha256": "1vdrhsjzij5dm7rn10sic5dv9574yb0lyhzfv9psh7b08dsj8g1k", + "type": "tarball", + "url": "https://github.com/feuerbach/regex-applicative/archive/449519c38e65753345e9a008362c011cb7a0a4d9.tar.gz", + "url_template": "https://github.com///archive/.tar.gz", + "version": "0.3.4" + }, "servant-auth": { "branch": "master", "description": null, -- cgit v1.2.3