Hi John,

I have prepared a little update for haskell-magic to fix the FTBFS and
make libghc6-magic-dev installable again. 

I have attached my diff.

Greetings Arjan Oosting


diff -Nru /tmp/GYDPIgfOyG/magic-haskell-1.0.3/debian/changelog /tmp/PPj7bsdfc5/magic-haskell-1.0.3.1/debian/changelog
--- /tmp/GYDPIgfOyG/magic-haskell-1.0.3/debian/changelog	2005-10-17 07:02:56.000000000 +0200
+++ /tmp/PPj7bsdfc5/magic-haskell-1.0.3.1/debian/changelog	2006-07-31 15:03:58.000000000 +0200
@@ -1,3 +1,13 @@
+magic-haskell (1.0.3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Updates for the new ghc6 version (Closes: #379265):
+    - debian/control: update the build dependency on ghc6. 
+    - magic.cabal: add base to the Cabal Build-Depends as it is hidden by
+      default now. 
+
+ -- Arjan Oosting <[EMAIL PROTECTED]>  Mon, 31 Jul 2006 14:50:24 +0200
+
 magic-haskell (1.0.3) unstable; urgency=low
 
   * Rebuilt against ghc6 6.4.1.
diff -Nru /tmp/GYDPIgfOyG/magic-haskell-1.0.3/debian/control /tmp/PPj7bsdfc5/magic-haskell-1.0.3.1/debian/control
--- /tmp/GYDPIgfOyG/magic-haskell-1.0.3/debian/control	2005-10-17 07:02:43.000000000 +0200
+++ /tmp/PPj7bsdfc5/magic-haskell-1.0.3.1/debian/control	2006-07-31 14:53:36.000000000 +0200
@@ -1,8 +1,8 @@
 Source: magic-haskell
 Priority: optional
 Maintainer: John Goerzen <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.4.1), ghc6 (<< 6.4.1-999), hugs (>= 98.200503.08), haskell-devscripts (>= 0.5.10), libmagic-dev
-Build-Depends-Indep: debhelper (>= 4.0.0), haddock, ghc6 (>= 6.4.1), haskell-devscripts (>= 0.5.10), libmagic-dev
+Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.4.2), ghc6 (<< 6.4.2-999), hugs (>= 98.200503.08), haskell-devscripts (>= 0.5.10), libmagic-dev
+Build-Depends-Indep: debhelper (>= 4.0.0), haddock, ghc6 (>= 6.4.2), haskell-devscripts (>= 0.5.10), libmagic-dev
 Standards-Version: 3.6.2
 Section: devel
 
diff -Nru /tmp/GYDPIgfOyG/magic-haskell-1.0.3/magic.cabal /tmp/PPj7bsdfc5/magic-haskell-1.0.3.1/magic.cabal
--- /tmp/GYDPIgfOyG/magic-haskell-1.0.3/magic.cabal	2005-08-16 16:50:11.000000000 +0200
+++ /tmp/PPj7bsdfc5/magic-haskell-1.0.3.1/magic.cabal	2006-07-31 14:58:06.000000000 +0200
@@ -15,7 +15,7 @@
  Magic.Operations
 Other-Modules: Magic.Utils,
  Magic.TypesLL
-Build-Depends: haskell-src
+Build-Depends: base, haskell-src
 GHC-Options: -O2
 -- CC-Options: -Iglue
 Extensions: ForeignFunctionInterface, TypeSynonymInstances

Attachment: signature.asc
Description: Dit berichtdeel is digitaal ondertekend

Reply via email to