From d38efbaa6a2c94218bb65925bd9ad6c028dfbfd6 Mon Sep 17 00:00:00 2001 From: hallgren Date: Mon, 10 Aug 2015 13:01:02 +0000 Subject: Refactor GF shell modules to improve modularity and reusability + Move type CommandInfo from GF.Command.Commands to a new module GF.Commands.CommandInfo and make it independent of the PGF type. + Make the module GF.Command.Interpreter independent of the PGF type and eliminate the import of GF.Command.Commands. + Move the implementation of the "help" command to its own module GF.Command.Help --- gf.cabal | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gf.cabal') diff --git a/gf.cabal b/gf.cabal index eb764690e..ad2cae07e 100644 --- a/gf.cabal +++ b/gf.cabal @@ -161,7 +161,9 @@ Library DarcsVersion_gf GF.Command.Abstract + GF.Command.CommandInfo GF.Command.Commands + GF.Command.Help GF.Command.Importing GF.Command.Interpreter GF.Command.Messages -- cgit v1.2.3