Package: libghc-hs-bibutils-dev
Version: 4.12-3
Severity: grave

I'm not sure what's going on here.

% ghc --make /tmp/ugh.hs
Linking /tmp/ugh ...
/usr/lib/haskell-packages/ghc/lib/hs-bibutils-4.12/ghc-7.0.4/libHShs-bibutils-4.12.a(Bibutils.o):
 In function `s6rg_info':
(.text+0xbcda): undefined reference to `c_stdin'
/usr/lib/haskell-packages/ghc/lib/hs-bibutils-4.12/ghc-7.0.4/libHShs-bibutils-4.12.a(Bibutils.o):
 In function `s6wZ_info':
(.text+0xc35f): undefined reference to `c_stdout'
collect2: ld returned 1 exit status

import Text.Bibutils

main :: IO ()
main = do
   x <- bibl_init
   return ()

Reply via email to