summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2015-08-10 13:01:02 +0000
committerhallgren <hallgren@chalmers.se>2015-08-10 13:01:02 +0000
commitd38efbaa6a2c94218bb65925bd9ad6c028dfbfd6 (patch)
tree6b6f5b8d34e9d5daa8d021d0d748d64cb993b188 /gf.cabal
parent20644d02990f7510812fcb47d33ad20a27be48ab (diff)
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
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal2
1 files changed, 2 insertions, 0 deletions
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