packages feed

Cabal revisions of magic-1.0.5

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Extra-Libraries: magic--- End detected settings section.  Everything below here should not--- need editing.-Name: magic-Version: 1.0.5-License: GPL-Maintainer: John Goerzen <jgoerzen@complete.org>-Author: John Goerzen-Stability: Alpha-Copyright: Copyright (c) 2005-2006 John Goerzen-license-file: COPYRIGHT-extra-source-files: COPYING-Category: Text-Synopsis: Interface to C file/magic library-Description:  This package provides a Haskell interface to the C libmagic library.- With it, you can determine the type of a file by examining its contents- rather than its name.  The Haskell interface provides a full-featured- binding.--- C-Sources: glue/glue.c-Exposed-Modules: Magic,- Magic.Data,- Magic.Types,- Magic.Init,- Magic.Operations-Other-Modules: Magic.Utils,- Magic.TypesLL-Build-Depends: base-GHC-Options: -O2--- CC-Options: -Iglue-Extensions: ForeignFunctionInterface, TypeSynonymInstances+Extra-Libraries: magic
+-- End detected settings section.  Everything below here should not
+-- need editing.
+Name: magic
+Version: 1.0.5
+x-revision: 1
+License: GPL
+Maintainer: John Goerzen <jgoerzen@complete.org>
+Author: John Goerzen
+Stability: Alpha
+Copyright: Copyright (c) 2005-2006 John Goerzen
+license-file: COPYRIGHT
+extra-source-files: COPYING
+Category: Text
+Synopsis: Interface to C file/magic library
+Description:  This package provides a Haskell interface to the C libmagic library.
+ With it, you can determine the type of a file by examining its contents
+ rather than its name.  The Haskell interface provides a full-featured
+ binding.
+-- C-Sources: glue/glue.c
+Exposed-Modules: Magic,
+ Magic.Data,
+ Magic.Types,
+ Magic.Init,
+ Magic.Operations
+Other-Modules: Magic.Utils,
+ Magic.TypesLL
+Build-Depends: base < 4.2
+GHC-Options: -O2
+-- CC-Options: -Iglue
+Extensions: ForeignFunctionInterface, TypeSynonymInstances