summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/smtLib/default.nix
blob: 2e60c83e9919144d8ba12dac8dce73d27b41825e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal }:

cabal.mkDerivation (self: {
  pname = "smtLib";
  version = "1.0.7";
  sha256 = "1jn2790x7g7n6jm5cfgd692n3l6iafyv0zyz40hx8ykcs4jh2rkf";
  meta = {
    description = "A library for working with the SMTLIB format";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ thoughtpolice ];
  };
})