diff options
| author | hallgren <hallgren@chalmers.se> | 2011-10-25 18:25:49 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2011-10-25 18:25:49 +0000 |
| commit | a8185fd997ac7204daf39c4998a38dc6ecfd355e (patch) | |
| tree | d572a1b0192a87cdc65a9b5244902a080ead9530 /src/runtime | |
| parent | 5fd8299805d3e635aa52a5841f23933daac56749 (diff) | |
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.
Diffstat (limited to 'src/runtime')
| -rw-r--r-- | src/runtime/haskell/PGF/SortTop.hs | 18 |
1 files changed, 0 insertions, 18 deletions
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 - - - - - |
