From a8185fd997ac7204daf39c4998a38dc6ecfd355e Mon Sep 17 00:00:00 2001 From: hallgren Date: Tue, 25 Oct 2011 18:25:49 +0000 Subject: Preparations for release of GF 3.3 + Changing version numbers and dates here and there. + Simplify build-binary-dist.sh since pgf-http need not be built anymore. + Use--gf-lib-path to make the sample grammars for minibar compile even if GF is not installed. --- src/runtime/haskell/PGF/SortTop.hs | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src') diff --git a/src/runtime/haskell/PGF/SortTop.hs b/src/runtime/haskell/PGF/SortTop.hs index 275698af6..b5b5f4857 100644 --- a/src/runtime/haskell/PGF/SortTop.hs +++ b/src/runtime/haskell/PGF/SortTop.hs @@ -2,25 +2,12 @@ module PGF.SortTop ( forExample ) where -import PGF.Linearize -import PGF.Macros -import System.IO import PGF.CId import PGF.Data -import PGF.Macros import PGF.Expr -import Data.Array.IArray -import Data.List -import Control.Monad import qualified Data.Map as Map -import qualified Data.IntMap as IntMap import qualified Data.Set as Set import Data.Maybe -import System.Environment (getArgs) -import Data.Binary - - - arguments :: Type -> [CId] @@ -89,8 +76,3 @@ returnCat abs cid = forExample :: PGF -> IO [[((CId,CId),[CId])]] forExample pgf = let abs = abstract pgf in showInOrder abs Set.empty (Set.fromList $ Map.keys $ funs abs) Set.empty - - - - - -- cgit v1.2.3