about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/misc/haskell/hasura/ci-info.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/misc/haskell/hasura/ci-info.nix')
-rw-r--r--nixpkgs/pkgs/development/misc/haskell/hasura/ci-info.nix25
1 files changed, 25 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/misc/haskell/hasura/ci-info.nix b/nixpkgs/pkgs/development/misc/haskell/hasura/ci-info.nix
new file mode 100644
index 000000000000..21b78ca76b34
--- /dev/null
+++ b/nixpkgs/pkgs/development/misc/haskell/hasura/ci-info.nix
@@ -0,0 +1,25 @@
+# This has been automatically generated by the script
+# ./update.sh.  This should not be changed by hand.
+{ mkDerivation, aeson, aeson-casing, base, fetchgit, hashable
+, hpack, lib, template-haskell, text, th-lift-instances
+, unordered-containers
+}:
+mkDerivation {
+  pname = "ci-info";
+  version = "0.1.0.0";
+  src = fetchgit {
+    url = "https://github.com/hasura/ci-info-hs.git";
+    sha256 = "018vfyg0y2sn497nigjrcs6b1v3i9bna06dsbvgr6wjikcl6dhh4";
+    rev = "68247a83738ac4bb9f719f0e4213aeb7be9565cf";
+    fetchSubmodules = true;
+  };
+  libraryHaskellDepends = [
+    aeson aeson-casing base hashable template-haskell text
+    th-lift-instances unordered-containers
+  ];
+  libraryToolDepends = [ hpack ];
+  prePatch = "hpack";
+  homepage = "https://github.com/hasura/ci-info-hs#readme";
+  license = lib.licenses.mit;
+  maintainers = with lib.maintainers; [ lassulus ];
+}