Am I right in believing that missingh requires a recompilation against
the version of hslogger currently in sid will solve this?

Sample code:

import Data.ConfigFile
import Control.Monad
import Data.Either.Utils

test = do
    conf <- liftM forceEither $ readfile emptyCP "./text.conf"
    return $ sections conf


GHCi:

Prelude> :load Test.hs
[1 of 1] Compiling Test             ( Test.hs, interpreted )
Ok, modules loaded: Test.
*Test> test
Loading package array-0.1.0.0 ... linking ... done.
Loading package containers-0.1.0.1 ... linking ... done.
Loading package bytestring-0.9.0.1 ... linking ... done.
Loading package mtl-1.1.0.0 ... linking ... done.
Loading package regex-base-0.93.1 ... linking ... done.
Loading package regex-posix-0.93.1 ... linking ... done.
Loading package regex-compat-0.91 ... linking ... done.
Loading package parsec-2.1.0.0 ... linking ... done.
Loading package old-locale-1.0.0.0 ... linking ... done.
Loading package old-time-1.0.0.0 ... linking ... done.
Loading package filepath-1.1.0.0 ... linking ... done.
Loading package directory-1.0.0.0 ... linking ... done.
Loading package random-1.0.0.0 ... linking ... done.
Loading package unix-2.3.0.0 ... linking ... done.
Loading package process-1.0.0.0 ... linking ... done.
Loading package network-2.1.0.0 ... linking ... done.
Loading package haskell98 ... linking ... done.
Loading package HUnit-1.2.0.0 ... linking ... done.
Loading package QuickCheck-1.1.0.0 ... linking ... done.
unknown package: hslogger-1.0.5


% dpkg -l \*hslogger\*
ii  libghc6-hslogger-dev    1.0.6.1                 The Haskell
Logging Framework, GHC package


/M

-- 
Magnus Therning                        (OpenPGP: 0xAB4DFBA4)
magnus@therning.org          Jabber: magnus@therning.org
http://therning.org/magnus         identi.ca|twitter: magthe
_______________________________________________
debian-haskell mailing list
[email protected]
http://urchin.earth.li/mailman/listinfo/debian-haskell

Reply via email to