You are not logged in.
My installation of haskell-convertible library from AUR fails as follows.
Is there a way to get this going forward as I need this package in order to have HDBC installed.
Building convertible-1.0.1...
[6 of 8] Compiling Data.Convertible.Instances.Time ( Data/Convertible/Instances/Time.hs, dist/build/Data/Convertible/Instances/Time.o )
Data/Convertible/Instances/Time.hs:61:9:
Duplicate instance declarations:
instance Typeable NominalDiffTime
-- Defined at Data/Convertible/Instances/Time.hs:61:9-32
instance Typeable NominalDiffTime
-- Defined in time-1.1.3:Data.Time.Clock.UTC
Data/Convertible/Instances/Time.hs:64:9:
Duplicate instance declarations:
instance Typeable UTCTime
-- Defined at Data/Convertible/Instances/Time.hs:64:9-24
instance Typeable UTCTime
-- Defined in time-1.1.3:Data.Time.Clock.UTC
==> ERROR: Build Failed.Offline