From d09ab401c03e833dc1eff01b02b36ac00fa16229 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Tue, 11 Jun 2019 11:25:20 -0400 Subject: [PATCH] Add stability fields to core & python. --- semantic-core/semantic-core.cabal | 1 + semantic-python/semantic-python.cabal | 1 + 2 files changed, 2 insertions(+) diff --git a/semantic-core/semantic-core.cabal b/semantic-core/semantic-core.cabal index c916be5bd..8ba525330 100644 --- a/semantic-core/semantic-core.cabal +++ b/semantic-core/semantic-core.cabal @@ -13,6 +13,7 @@ maintainer: opensource+semantic@github.com copyright: (c) 2019 GitHub, Inc. category: Language build-type: Simple +stability: alpha extra-source-files: README.md tested-with: GHC == 8.6.4 diff --git a/semantic-python/semantic-python.cabal b/semantic-python/semantic-python.cabal index da494d968..5d72f8b19 100644 --- a/semantic-python/semantic-python.cabal +++ b/semantic-python/semantic-python.cabal @@ -13,6 +13,7 @@ maintainer: opensource+semantic@github.com copyright: (c) 2019 GitHub, Inc. category: Language build-type: Simple +stability: alpha extra-source-files: README.md tested-with: GHC == 8.6.4