[Pkg-haskell-commits] [SCM] Haskell binding to libmagic branch, master, updated. debian/1.0.8-2-1-gbb43f4e
Iain Lane
laney at ubuntu.com
Tue Feb 23 21:42:12 UTC 2010
The following commit has been merged in the master branch:
commit bb43f4e4bc1df75ca4e247d1fbe612ba25d22f76
Author: Iain Lane <laney at ubuntu.com>
Date: Tue Feb 23 21:37:51 2010 +0000
Disable Hugs library
* debian/control: Disable hugs library as the DHG no longer supports Hugs,
and it does not work with the new Cabal.
diff --git a/debian/changelog b/debian/changelog
index f7cd51d..873ef3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+magic-haskell (1.0.8-3) UNRELEASED; urgency=low
+
+ * debian/control: Disable hugs library as the DHG no longer supports Hugs,
+ and it does not work with the new Cabal.
+
+ -- Iain Lane <laney at ubuntu.com> Tue, 23 Feb 2010 21:23:14 +0000
+
magic-haskell (1.0.8-2) unstable; urgency=low
* debian/rules
diff --git a/debian/control b/debian/control
index b06f77b..7bf4cee 100644
--- a/debian/control
+++ b/debian/control
@@ -29,19 +29,19 @@ Description: File type determination library for Haskell
This package is built for GHC. A Hugs package is also available
in libhugs-magic.
-Package: libhugs-magic
-Section: haskell
-Architecture: any
-Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
-Suggests: ${haskell:Suggests}
-Description: File type determination library for Haskell
- 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.
- .
- This package is built for Hugs. A GHC package is also available
- in libghc6-magic-dev.
+#Package: libhugs-magic
+#Section: haskell
+#Architecture: any
+#Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
+#Suggests: ${haskell:Suggests}
+#Description: File type determination library for Haskell
+# 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.
+# .
+# This package is built for Hugs. A GHC package is also available
+# in libghc6-magic-dev.
Package: magic-haskell-doc
Section: doc
--
Haskell binding to libmagic
More information about the Pkg-haskell-commits
mailing list