Repository : ssh://darcs.haskell.org//srv/darcs/packages/terminfo On branch : master
http://hackage.haskell.org/trac/ghc/changeset/844e5adebbd8101a5a8117065e25ca0e46dfa6c4 >--------------------------------------------------------------- commit 844e5adebbd8101a5a8117065e25ca0e46dfa6c4 Author: Judah Jacobson <[email protected]> Date: Wed Aug 3 19:05:26 2011 +0000 Switch the .cabal file to section syntax. >--------------------------------------------------------------- terminfo.cabal | 29 ++++++++++++++++------------- 1 files changed, 16 insertions(+), 13 deletions(-) diff --git a/terminfo.cabal b/terminfo.cabal index 2512680..235649d 100644 --- a/terminfo.cabal +++ b/terminfo.cabal @@ -15,18 +15,21 @@ Description: This library provides an interface to the terminfo database (via Homepage: http://code.haskell.org/terminfo Stability: Experimental Build-type: Configure -Build-depends: base >= 1.0 && < 5, - extensible-exceptions >= 0.1.1.0 && < 0.2 + extra-source-files: configure.ac configure terminfo.buildinfo.in extra-tmp-files: config.log config.status autom4te.cache terminfo.buildinfo -Extensions: ForeignFunctionInterface, DeriveDataTypeable, EmptyDataDecls, - ScopedTypeVariables, FlexibleInstances -ghc-options: -Wall -Exposed-Modules: - System.Console.Terminfo - System.Console.Terminfo.Base - System.Console.Terminfo.Cursor - System.Console.Terminfo.Color - System.Console.Terminfo.Edit - System.Console.Terminfo.Effects - System.Console.Terminfo.Keys + +Library + Build-depends: base >= 1.0 && < 5, + extensible-exceptions >= 0.1.1.0 && < 0.2 + Extensions: ForeignFunctionInterface, DeriveDataTypeable, EmptyDataDecls, + ScopedTypeVariables, FlexibleInstances + ghc-options: -Wall + Exposed-Modules: + System.Console.Terminfo + System.Console.Terminfo.Base + System.Console.Terminfo.Cursor + System.Console.Terminfo.Color + System.Console.Terminfo.Edit + System.Console.Terminfo.Effects + System.Console.Terminfo.Keys _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
