about summary refs log tree commit diff
path: root/pkgs/development/misc/haskell/hasura/kriti-lang.nix
blob: 17362f05dd0d78027b9b98355dd329967c44215b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# This has been automatically generated by the script
# ./update.sh.  This should not be changed by hand.
{ mkDerivation, aeson, aeson-pretty, alex, array, base, bytestring
, containers, directory, fetchgit, filepath, generic-arbitrary
, happy, hspec, hspec-core, hspec-golden, lens, lens-aeson, lib
, megaparsec, mtl, network-uri, optparse-applicative, parsec
, parser-combinators, pretty-simple, prettyprinter, QuickCheck
, raw-strings-qq, safe-exceptions, scientific, text
, unordered-containers, utf8-string, vector
}:
mkDerivation {
  pname = "kriti-lang";
  version = "0.3.1";
  src = fetchgit {
    url = "https://github.com/hasura/kriti-lang.git";
    sha256 = "09v31xp8gkc0p0gfysxyd8yb7lyb1vpgzq8550h3s3msjbapr7pj";
    rev = "0f0b153b93af5dc6c6e995c016ca4562e8438cec";
    fetchSubmodules = true;
  };
  isLibrary = true;
  isExecutable = true;
  libraryHaskellDepends = [
    aeson array base bytestring containers lens megaparsec mtl
    network-uri optparse-applicative parser-combinators prettyprinter
    scientific text unordered-containers utf8-string vector
  ];
  libraryToolDepends = [ alex happy ];
  executableHaskellDepends = [
    aeson base bytestring containers mtl optparse-applicative
    prettyprinter text utf8-string
  ];
  testHaskellDepends = [
    aeson aeson-pretty base bytestring containers directory filepath
    generic-arbitrary hspec hspec-core hspec-golden lens lens-aeson mtl
    optparse-applicative parsec pretty-simple prettyprinter QuickCheck
    raw-strings-qq safe-exceptions scientific text unordered-containers
    utf8-string vector
  ];
  license = lib.licenses.asl20;
  maintainers = with lib.maintainers; [ lassulus ];

  # Does not compile with ghc-9.2
  hydraPlatforms = lib.platforms.none;
  broken = true;
}