25 lines
873 B
Nix
25 lines
873 B
Nix
# 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 ];
|
|
}
|