[Pkg-haskell-commits] r1154 - in /packages/hs-plugins/branches/upstream/current: ./ docs/ scripts/ src/AltData/ src/Language/ src/System/Eval/ src/System/Plugins/ testsuite/ testsuite/conf/ testsuite/dynload/ testsuite/eval/ testsuite/hier/ testsuite/iface/ testsuite/load/ testsuite/loadCLib/ testsuite/make/ testsuite/makewith/global_pragma/ testsuite/makewith/io/ testsuite/makewith/io/api/ testsuite/makewith/io/prog/ testsuite/makewith/merge00/ testsuite/makewith/mergeto0/ testsuite/makewith/module_name/ testsuite/makewith/multi_make/ testsuite/makewith/should_fail_0/ testsuite/makewith/tiny/ testsuite/makewith/unsafeio/ testsuite/makewith/unsafeio/api/ testsuite/makewith/unsafeio/prog/ testsuite/misc/ testsuite/multi/ testsuite/objc/ testsuite/pdynload/ testsuite/pkgconf/ testsuite/plugs/ testsuite/reload/ testsuite/shell/ testsuite/unload/ testsuite/unloadAll/

arjan at users.alioth.debian.org arjan at users.alioth.debian.org
Sun Apr 27 19:09:55 UTC 2008


Author: arjan
Date: Sun Apr 27 19:09:55 2008
New Revision: 1154

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

Removed:
    packages/hs-plugins/branches/upstream/current/AUTHORS
    packages/hs-plugins/branches/upstream/current/README
    packages/hs-plugins/branches/upstream/current/TODO
    packages/hs-plugins/branches/upstream/current/docs/
    packages/hs-plugins/branches/upstream/current/plugins.cabal.hsx
    packages/hs-plugins/branches/upstream/current/scripts/
    packages/hs-plugins/branches/upstream/current/src/AltData/
    packages/hs-plugins/branches/upstream/current/src/Language/
    packages/hs-plugins/branches/upstream/current/src/System/Plugins/ParsePkgConfCabal.y_in
    packages/hs-plugins/branches/upstream/current/src/System/Plugins/ParsePkgConfLite.hs
    packages/hs-plugins/branches/upstream/current/src/System/Plugins/ParsePkgConfLite.y
    packages/hs-plugins/branches/upstream/current/testsuite/README
    packages/hs-plugins/branches/upstream/current/testsuite/TIMINGS
    packages/hs-plugins/branches/upstream/current/testsuite/build.mk
    packages/hs-plugins/branches/upstream/current/testsuite/check.mk
    packages/hs-plugins/branches/upstream/current/testsuite/conf/
    packages/hs-plugins/branches/upstream/current/testsuite/dynload/
    packages/hs-plugins/branches/upstream/current/testsuite/eval/
    packages/hs-plugins/branches/upstream/current/testsuite/eval.mk
    packages/hs-plugins/branches/upstream/current/testsuite/foreign.mk
    packages/hs-plugins/branches/upstream/current/testsuite/hier/
    packages/hs-plugins/branches/upstream/current/testsuite/iface/
    packages/hs-plugins/branches/upstream/current/testsuite/load/
    packages/hs-plugins/branches/upstream/current/testsuite/loadCLib/
    packages/hs-plugins/branches/upstream/current/testsuite/make/
    packages/hs-plugins/branches/upstream/current/testsuite/makewith/global_pragma/
    packages/hs-plugins/branches/upstream/current/testsuite/makewith/io/Makefile
    packages/hs-plugins/branches/upstream/current/testsuite/makewith/io/README
    packages/hs-plugins/branches/upstream/current/testsuite/makewith/io/TestIO.stub
    packages/hs-plugins/branches/upstream/current/testsuite/makewith/io/api/
    packages/hs-plugins/branches/upstream/current/testsuite/makewith/io/prog/
    packages/hs-plugins/branches/upstream/current/testsuite/makewith/merge00/
    packages/hs-plugins/branches/upstream/current/testsuite/makewith/mergeto0/
    packages/hs-plugins/branches/upstream/current/testsuite/makewith/module_name/
    packages/hs-plugins/branches/upstream/current/testsuite/makewith/multi_make/
    packages/hs-plugins/branches/upstream/current/testsuite/makewith/should_fail_0/
    packages/hs-plugins/branches/upstream/current/testsuite/makewith/tiny/
    packages/hs-plugins/branches/upstream/current/testsuite/makewith/unsafeio/Makefile
    packages/hs-plugins/branches/upstream/current/testsuite/makewith/unsafeio/README
    packages/hs-plugins/branches/upstream/current/testsuite/makewith/unsafeio/Unsafe.stub
    packages/hs-plugins/branches/upstream/current/testsuite/makewith/unsafeio/api/
    packages/hs-plugins/branches/upstream/current/testsuite/makewith/unsafeio/prog/
    packages/hs-plugins/branches/upstream/current/testsuite/misc/
    packages/hs-plugins/branches/upstream/current/testsuite/multi/
    packages/hs-plugins/branches/upstream/current/testsuite/objc/
    packages/hs-plugins/branches/upstream/current/testsuite/pdynload/
    packages/hs-plugins/branches/upstream/current/testsuite/pkgconf/
    packages/hs-plugins/branches/upstream/current/testsuite/plugs/
    packages/hs-plugins/branches/upstream/current/testsuite/reload/
    packages/hs-plugins/branches/upstream/current/testsuite/shell/
    packages/hs-plugins/branches/upstream/current/testsuite/unload/
    packages/hs-plugins/branches/upstream/current/testsuite/unloadAll/
Modified:
    packages/hs-plugins/branches/upstream/current/configure
    packages/hs-plugins/branches/upstream/current/configure.ac
    packages/hs-plugins/branches/upstream/current/plugins.cabal
    packages/hs-plugins/branches/upstream/current/src/System/Eval/Haskell.hs
    packages/hs-plugins/branches/upstream/current/src/System/Plugins/Env.hs
    packages/hs-plugins/branches/upstream/current/src/System/Plugins/Load.hs
    packages/hs-plugins/branches/upstream/current/src/System/Plugins/LoadTypes.hs
    packages/hs-plugins/branches/upstream/current/src/System/Plugins/Make.hs

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

Modified: packages/hs-plugins/branches/upstream/current/configure
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hs-plugins/branches/upstream/current/configure?rev=1154&op=diff

Modified: packages/hs-plugins/branches/upstream/current/configure.ac
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hs-plugins/branches/upstream/current/configure.ac?rev=1154&op=diff

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

Modified: packages/hs-plugins/branches/upstream/current/src/System/Eval/Haskell.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hs-plugins/branches/upstream/current/src/System/Eval/Haskell.hs?rev=1154&op=diff

Modified: packages/hs-plugins/branches/upstream/current/src/System/Plugins/Env.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hs-plugins/branches/upstream/current/src/System/Plugins/Env.hs?rev=1154&op=diff

Modified: packages/hs-plugins/branches/upstream/current/src/System/Plugins/Load.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hs-plugins/branches/upstream/current/src/System/Plugins/Load.hs?rev=1154&op=diff

Modified: packages/hs-plugins/branches/upstream/current/src/System/Plugins/LoadTypes.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hs-plugins/branches/upstream/current/src/System/Plugins/LoadTypes.hs?rev=1154&op=diff

Modified: packages/hs-plugins/branches/upstream/current/src/System/Plugins/Make.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hs-plugins/branches/upstream/current/src/System/Plugins/Make.hs?rev=1154&op=diff




More information about the Pkg-haskell-commits mailing list