add Cabal description for GF

This commit is contained in:
kr.angelov
2008-05-23 13:12:11 +00:00
parent 4c14927914
commit 16ba392ee4
7 changed files with 169 additions and 56 deletions

View File

@@ -4,7 +4,7 @@ module GF.Command.PrintGFShell where
-- pretty-printer generated by the BNF converter
import GF.Command.AbsGFShell
import Char
import Data.Char
-- the top-level printing method
printTree :: Print a => a -> String

View File

@@ -35,7 +35,7 @@ import Data.Char (toUpper)
import Data.List (nub)
import qualified Data.ByteString.Char8 as BS
import Control.Monad (foldM)
import System (system)
import System.Cmd (system)
getSourceModule :: Options -> FilePath -> IOE SourceModule
getSourceModule opts file0 = do

View File

@@ -34,7 +34,6 @@ import Data.Char
import Data.List
import qualified Data.ByteString.Char8 as BS
import qualified Data.Map as Map
import System
import System.Time
import System.Directory
import System.FilePath

View File

@@ -4,7 +4,7 @@ module GF.JavaScript.PrintJS (printTree, Doc, Print(..)) where
-- pretty-printer generated by the BNF converter
import GF.JavaScript.AbsJS
import Char
import Data.Char
-- the top-level printing method
printTree :: Print a => a -> String