[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#514065: Should depend on ghc6-prof



Package: haskell-mtl
Version: 1.1.0.2-1
Severity: important
Tags: patch
Justification: fails to build from source

I got this message when trying to build libghc6-mtl-dev with ghc6 6.10.1+dfsg1-5:

Control/Monad/Cont.hs:74:7:
    Could not find module `Control.Monad':
      Perhaps you haven't installed the profiling libraries for package base?
      Use -v to see a list of the files searched for.

When I installed ghc6-prof, it passed this part of the build.

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- haskell-mtl-1.1.0.2.orig/debian/control	2009-02-03 18:11:52.000000000 -0200
+++ haskell-mtl-1.1.0.2/debian/control	2009-02-03 19:45:48.000000000 -0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Kari Pahula <kaol@debian.org>
 Standards-Version: 3.8.0
-Build-Depends: debhelper (>= 5), haddock (>= 2.4.1), hscolour, haskell-devscripts, ghc6 (>= 6.10.1), ghc6-doc, cdbs
+Build-Depends: debhelper (>= 5), haddock (>= 2.4.1), hscolour, haskell-devscripts, ghc6 (>= 6.10.1), ghc6-prof (>= 6.10.1), ghc6-doc, cdbs
 
 Package: libghc6-mtl-dev
 Section: libdevel

Reply to: