Re: [Haskell-cafe] hsql won't install due to system.time

2010-01-23 Thread Jörg Roman Rudnick
Hi Marc, I've just finished hsql with up-to-date exception handling, which I will call hsql-1.8.1, as catchSql & handleSql can be regarded as deprecated now -- only having some final testing lest. Excuse me for the delay. Let me know if you want to be a beta tester... ;-) Cheers, Nick

Re: [Haskell-cafe] hsql won't install due to system.time

2010-01-22 Thread Brian Denheyer
On Fri, 22 Jan 2010 11:17:15 + John Lato wrote: > Hello, > > Could this be a global/user install issue? That is, if the old-time > package is installed per-user, and you're trying to install a package > globally, the user-installed packages all show up as hidden, because > they can't be dep

Re: [Haskell-cafe] hsql won't install due to system.time

2010-01-22 Thread John Lato
Hello, Could this be a global/user install issue? That is, if the old-time package is installed per-user, and you're trying to install a package globally, the user-installed packages all show up as hidden, because they can't be dependencies of a global install. This shows up frequently because g

Re: [Haskell-cafe] hsql won't install due to system.time

2010-01-22 Thread Marc Weber
> add old-time-1.0.0.2 to the _end_ of the build-depends line: > > cabal: haskelldb-hsql-sqlite3.cabal:7: Parse of field 'build-depends' > failed. This is a cabal issue. Get a newer cabal and retry. Marc Weber ___ Haskell-Cafe mailing list Haskell-Cafe

Re: [Haskell-cafe] hsql won't install due to system.time

2010-01-21 Thread Brian Denheyer
On Thu, 21 Jan 2010 09:01:01 + Malcolm Wallace wrote: > The easiest workaround is to change your local copy of the .cabal > file for hsql, modifying the build-depends line to make a more > precise dependency on old-time, e.g. > build-depends: old-time-1.0.0.2 First of all, apologies are

Re: [Haskell-cafe] hsql won't install due to system.time

2010-01-21 Thread Marc Weber
Hi Brian > You _really_ don't want me working on anything, trust me. Hopefully > some fine Haskell hacker who would also like to use hsql will volunteer. You make me smile. I learned Haskell for the same reason. "Don't trust me but trust Haskell" *kidding* If you want to work on it I can help y

Re: [Haskell-cafe] hsql won't install due to system.time

2010-01-21 Thread Brian Denheyer
On Thu, 21 Jan 2010 11:36:42 +0100 Marc Weber wrote: > Hi Brian > > hsql is compatibel with most recent ghc yet. Well I am using 6.10.4, so should I use a patched version, or simply apply the fixes which Malcolm provided ? > > You can get patches for the .cabal files here: > http://github.com

Re: [Haskell-cafe] hsql won't install due to system.time

2010-01-21 Thread Marc Weber
Hi Brian hsql is compatibel with most recent ghc yet. You can get patches for the .cabal files here: http://github.com/MarcWeber/haskell-nix-overlay/tree/master/patches/ However the Exception handling has to be rewritten as well. I wanted to fix this issues for weeks - No time. Let me know if y

Re: [Haskell-cafe] hsql won't install due to system.time

2010-01-21 Thread Malcolm Wallace
On 21 Jan 2010, at 06:10, Brian Denheyer wrote: Database/HaskellDB/HSQL.hs:25:7: Could not find module `System.Time': it is a member of the hidden package `old-time-1.0.0.3' it is a member of the hidden package `old-time-1.0.0.2' Suggestions on how to fix this ... The easiest wor

[Haskell-cafe] hsql won't install due to system.time

2010-01-20 Thread Brian Denheyer
Database/HaskellDB/HSQL.hs:25:7: Could not find module `System.Time': it is a member of the hidden package `old-time-1.0.0.3' it is a member of the hidden package `old-time-1.0.0.2' Use -v to see a list of the files searched for. old-time-1.0.0.2 is installed (via cabal).