From 2d62f2453ab19f143dec2424417cf0d54c14a1d5 Mon Sep 17 00:00:00 2001
From: Julien Moutinho <julm@autogeree.net>
Date: Fri, 21 Jun 2019 14:39:23 +0000
Subject: [PATCH] cabal: fix exposed-modules

---
 symantic-cli.cabal | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/symantic-cli.cabal b/symantic-cli.cabal
index 775225a..ab94cc2 100644
--- a/symantic-cli.cabal
+++ b/symantic-cli.cabal
@@ -2,7 +2,7 @@ name: symantic-cli
 -- PVP:  +-+------- breaking API changes
 --       | | +----- non-breaking API additions
 --       | | | +--- code changes with no API change
-version: 2.0.0.20190615
+version: 2.0.1.20190621
 category: 
 synopsis: Symantics for parsing and documenting a CLI
 description:
@@ -32,6 +32,7 @@ Source-Repository head
 
 Library
   exposed-modules:
+    Symantic.CLI
     Symantic.CLI.API
     Symantic.CLI.Fixity
     Symantic.CLI.Help
-- 
2.47.2