magic 1.0.5 → 1.0.7
raw patch · 2 files changed
+6/−10 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- COPYRIGHT +0/−4
- magic.cabal +6/−6
− COPYRIGHT
@@ -1,4 +0,0 @@-Haskell libmagic Interface-Copyright (C) 2005 John Goerzen <jgoerzen@complete.org>--This code is under a 3-clause BSD license; see COPYING for details.
magic.cabal view
@@ -2,14 +2,13 @@ -- End detected settings section. Everything below here should not -- need editing. Name: magic-Version: 1.0.5-License: GPL+Version: 1.0.7+license: BSD3 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+Copyright: Copyright (c) 2005-2008 John Goerzen+license-file: COPYING Category: Text Synopsis: Interface to C file/magic library Description: This package provides a Haskell interface to the C libmagic library.@@ -27,4 +26,5 @@ Build-Depends: base GHC-Options: -O2 -- CC-Options: -Iglue-Extensions: ForeignFunctionInterface, TypeSynonymInstances+Extensions: ForeignFunctionInterface, TypeSynonymInstances,+ EmptyDataDecls