[Pkg-haskell-commits] r1143 - in /packages/uuagc/branches/upstream/current: ./ src-derived/ src/

arjan at users.alioth.debian.org arjan at users.alioth.debian.org
Sat Apr 12 09:45:53 UTC 2008


Author: arjan
Date: Sat Apr 12 09:45:52 2008
New Revision: 1143

URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=1143
Log:
[svn-upgrade] Integrating new upstream version, uuagc (0.9.6)

Added:
    packages/uuagc/branches/upstream/current/src-derived/TfmToVisage.hs
    packages/uuagc/branches/upstream/current/src-derived/Visage.hs
    packages/uuagc/branches/upstream/current/src-derived/VisagePatterns.hs
    packages/uuagc/branches/upstream/current/src-derived/VisageSyntax.hs
    packages/uuagc/branches/upstream/current/src/ATermAbstractSyntax.hs
    packages/uuagc/branches/upstream/current/src/ATermWrite.hs
Modified:
    packages/uuagc/branches/upstream/current/src-derived/AbstractSyntax.hs
    packages/uuagc/branches/upstream/current/src-derived/AbstractSyntaxDump.hs
    packages/uuagc/branches/upstream/current/src-derived/Code.hs
    packages/uuagc/branches/upstream/current/src-derived/CodeSyntax.hs
    packages/uuagc/branches/upstream/current/src-derived/CodeSyntaxDump.hs
    packages/uuagc/branches/upstream/current/src-derived/ConcreteSyntax.hs
    packages/uuagc/branches/upstream/current/src-derived/DeclBlocks.hs
    packages/uuagc/branches/upstream/current/src-derived/DefaultRules.hs
    packages/uuagc/branches/upstream/current/src-derived/Desugar.hs
    packages/uuagc/branches/upstream/current/src-derived/ErrorMessages.hs
    packages/uuagc/branches/upstream/current/src-derived/Expression.hs
    packages/uuagc/branches/upstream/current/src-derived/GenerateCode.hs
    packages/uuagc/branches/upstream/current/src-derived/HsToken.hs
    packages/uuagc/branches/upstream/current/src-derived/Interfaces.hs
    packages/uuagc/branches/upstream/current/src-derived/InterfacesRules.hs
    packages/uuagc/branches/upstream/current/src-derived/Order.hs
    packages/uuagc/branches/upstream/current/src-derived/Patterns.hs
    packages/uuagc/branches/upstream/current/src-derived/PrintCode.hs
    packages/uuagc/branches/upstream/current/src-derived/PrintErrorMessages.hs
    packages/uuagc/branches/upstream/current/src-derived/SemHsTokens.hs
    packages/uuagc/branches/upstream/current/src-derived/Transform.hs
    packages/uuagc/branches/upstream/current/src/Ag.hs
    packages/uuagc/branches/upstream/current/src/CommonTypes.hs
    packages/uuagc/branches/upstream/current/src/DepTypes.hs
    packages/uuagc/branches/upstream/current/src/GrammarInfo.hs
    packages/uuagc/branches/upstream/current/src/HsTokenScanner.hs
    packages/uuagc/branches/upstream/current/src/Options.hs
    packages/uuagc/branches/upstream/current/src/Parser.hs
    packages/uuagc/branches/upstream/current/src/Scanner.hs
    packages/uuagc/branches/upstream/current/src/SequentialComputation.lhs
    packages/uuagc/branches/upstream/current/src/SequentialTypes.hs
    packages/uuagc/branches/upstream/current/src/TokenDef.hs
    packages/uuagc/branches/upstream/current/src/Version.hs
    packages/uuagc/branches/upstream/current/uuagc.cabal
    packages/uuagc/branches/upstream/current/uuagc.cabal-for-ghc-6.6

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: packages/uuagc/branches/upstream/current/src-derived/AbstractSyntax.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src-derived/AbstractSyntax.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src-derived/AbstractSyntaxDump.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src-derived/AbstractSyntaxDump.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src-derived/Code.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src-derived/Code.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src-derived/CodeSyntax.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src-derived/CodeSyntax.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src-derived/CodeSyntaxDump.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src-derived/CodeSyntaxDump.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src-derived/ConcreteSyntax.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src-derived/ConcreteSyntax.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src-derived/DeclBlocks.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src-derived/DeclBlocks.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src-derived/DefaultRules.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src-derived/DefaultRules.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src-derived/Desugar.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src-derived/Desugar.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src-derived/ErrorMessages.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src-derived/ErrorMessages.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src-derived/Expression.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src-derived/Expression.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src-derived/GenerateCode.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src-derived/GenerateCode.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src-derived/HsToken.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src-derived/HsToken.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src-derived/Interfaces.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src-derived/Interfaces.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src-derived/InterfacesRules.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src-derived/InterfacesRules.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src-derived/Order.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src-derived/Order.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src-derived/Patterns.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src-derived/Patterns.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src-derived/PrintCode.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src-derived/PrintCode.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src-derived/PrintErrorMessages.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src-derived/PrintErrorMessages.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src-derived/SemHsTokens.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src-derived/SemHsTokens.hs?rev=1143&op=diff

Added: packages/uuagc/branches/upstream/current/src-derived/TfmToVisage.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src-derived/TfmToVisage.hs?rev=1143&op=file

Modified: packages/uuagc/branches/upstream/current/src-derived/Transform.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src-derived/Transform.hs?rev=1143&op=diff

Added: packages/uuagc/branches/upstream/current/src-derived/Visage.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src-derived/Visage.hs?rev=1143&op=file

Added: packages/uuagc/branches/upstream/current/src-derived/VisagePatterns.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src-derived/VisagePatterns.hs?rev=1143&op=file

Added: packages/uuagc/branches/upstream/current/src-derived/VisageSyntax.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src-derived/VisageSyntax.hs?rev=1143&op=file

Added: packages/uuagc/branches/upstream/current/src/ATermAbstractSyntax.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src/ATermAbstractSyntax.hs?rev=1143&op=file

Added: packages/uuagc/branches/upstream/current/src/ATermWrite.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src/ATermWrite.hs?rev=1143&op=file

Modified: packages/uuagc/branches/upstream/current/src/Ag.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src/Ag.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src/CommonTypes.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src/CommonTypes.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src/DepTypes.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src/DepTypes.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src/GrammarInfo.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src/GrammarInfo.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src/HsTokenScanner.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src/HsTokenScanner.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src/Options.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src/Options.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src/Parser.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src/Parser.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src/Scanner.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src/Scanner.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src/SequentialComputation.lhs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src/SequentialComputation.lhs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src/SequentialTypes.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src/SequentialTypes.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src/TokenDef.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src/TokenDef.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/src/Version.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/src/Version.hs?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/uuagc.cabal
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/uuagc.cabal?rev=1143&op=diff

Modified: packages/uuagc/branches/upstream/current/uuagc.cabal-for-ghc-6.6
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/branches/upstream/current/uuagc.cabal-for-ghc-6.6?rev=1143&op=diff




More information about the Pkg-haskell-commits mailing list