From: Gwern B. <gw...@gm...> - 2008-03-16 04:32:50
|
I think a new release of HaskellDB needs to be made. The current version on Hackage is just too old: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > gwern@localhost:1039~/hswebforms>cabal install haskelldb > > [ 2:02AM] > > 'haskelldb-0.10' is cached. > > [1 of 1] Compiling Main ( Setup.hs, dist/setup/Main.o ) > > Linking dist/setup/setup ... > > Configuring haskelldb-0.10... > > Warning: No 'build-type' specified. If possible use 'build-type: Simple'. > > Preprocessing library haskelldb-0.10... > > Building haskelldb-0.10... > > > > src/Database/HaskellDB.hs:87:7: > > Could not find module `Text.PrettyPrint.HughesPJ': > > it is a member of package pretty-1.0.0.0, which is hidden > > cabal: Error: some packages failed to install: > > haskelldb-0.10 failed during the building phase. > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> The latest release on Hackage is not even updated for the split-base of GHC 6.8.x. Since the Darcs repository worked fine, I think a sdist tarball needs to be made and uploaded. ----- Another issue is that <http://haskelldb.sourceforge.net/> says: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > You can also try asking HaskellDB questions in the Haskell IRC channel, > > #haskelldb at freenode.net. > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> #haskelldb was wholly unpopulated when I joined. So this line should be removed. -- gwern JOTS claymore MI5 DES .tm Dictionary Gripan Submarine Bach data-haven |
From: Bjorn B. <bj...@br...> - 2008-03-18 17:52:56
|
On Sun, Mar 16, 2008 at 5:32 AM, Gwern Branwen <gw...@gm...> wrote: > I think a new release of HaskellDB needs to be made. The current > version on Hackage is just too old: > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > > gwern@localhost:1039~/hswebforms>cabal install haskelldb > > [ > 2:02AM] > > > 'haskelldb-0.10' is cached. > > > [1 of 1] Compiling Main ( Setup.hs, dist/setup/Main.o ) > > > Linking dist/setup/setup ... > > > Configuring haskelldb-0.10... > > > Warning: No 'build-type' specified. If possible use 'build-type: Simple'. > > > Preprocessing library haskelldb-0.10... > > > Building haskelldb-0.10... > > > > > > src/Database/HaskellDB.hs:87:7: > > > Could not find module `Text.PrettyPrint.HughesPJ': > > > it is a member of package pretty-1.0.0.0, which is hidden > > > cabal: Error: some packages failed to install: > > > haskelldb-0.10 failed during the building phase. > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > > The latest release on Hackage is not even updated for the split-base > of GHC 6.8.x. > > Since the Darcs repository worked fine, I think a sdist tarball needs > to be made and uploaded. Yes, this is a good idea. Does anyone have anything ready to go in a new release that they haven't pushed yet? Does the current darcs version build and work ok enough for the current users? > Another issue is that <http://haskelldb.sourceforge.net/> says: > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > > You can also try asking HaskellDB questions in the Haskell IRC > channel, > > #haskelldb at freenode.net. > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > > #haskelldb was wholly unpopulated when I joined. So this line should > be removed. Yes, thanks for pointing that out. I'll dig up my SourceForge credentials and try to fix that. I'm traveling at the moment, so I may take a while to respond to e-mail. /Björn |
From: Justin B. <jgb...@gm...> - 2008-03-18 17:57:25
|
I have a couple of items I will try and put together. One is a postgres patch, the other some added functionality for reconstructing columns from query types. If I don't get a patch in the next few days, though, don't wait for me. On Tue, Mar 18, 2008 at 10:52 AM, Bjorn Bringert <bj...@br...> wrote: > On Sun, Mar 16, 2008 at 5:32 AM, Gwern Branwen <gw...@gm...> wrote: > > I think a new release of HaskellDB needs to be made. The current > > version on Hackage is just too old: > > > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > > > gwern@localhost:1039~/hswebforms>cabal install haskelldb > > [ > > 2:02AM] > > > > 'haskelldb-0.10' is cached. > > > > [1 of 1] Compiling Main ( Setup.hs, dist/setup/Main.o ) > > > > Linking dist/setup/setup ... > > > > Configuring haskelldb-0.10... > > > > Warning: No 'build-type' specified. If possible use > 'build-type: Simple'. > > > > Preprocessing library haskelldb-0.10... > > > > Building haskelldb-0.10... > > > > > > > > src/Database/HaskellDB.hs:87:7: > > > > Could not find module `Text.PrettyPrint.HughesPJ': > > > > it is a member of package pretty-1.0.0.0, which is hidden > > > > cabal: Error: some packages failed to install: > > > > haskelldb-0.10 failed during the building phase. > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > > > > The latest release on Hackage is not even updated for the split-base > > of GHC 6.8.x. > > > > Since the Darcs repository worked fine, I think a sdist tarball needs > > to be made and uploaded. > > Yes, this is a good idea. Does anyone have anything ready to go in a > new release that they haven't pushed yet? Does the current darcs > version build and work ok enough for the current users? > > > > > > Another issue is that <http://haskelldb.sourceforge.net/> says: > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > > > You can also try asking HaskellDB questions in the Haskell IRC > > channel, > > #haskelldb at freenode.net. > > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > > > > #haskelldb was wholly unpopulated when I joined. So this line should > > be removed. > > Yes, thanks for pointing that out. I'll dig up my SourceForge > credentials and try to fix that. > > > > I'm traveling at the moment, so I may take a while to respond to e-mail. > > /Björn > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Haskelldb-users mailing list > Has...@li... > https://lists.sourceforge.net/lists/listinfo/haskelldb-users > |
From: Bjorn B. <bj...@br...> - 2008-03-18 18:12:00
|
On Tue, Mar 18, 2008 at 6:52 PM, Bjorn Bringert <bj...@br...> wrote: > > On Sun, Mar 16, 2008 at 5:32 AM, Gwern Branwen <gw...@gm...> wrote: > > I think a new release of HaskellDB needs to be made. The current > > version on Hackage is just too old: > > > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > > > gwern@localhost:1039~/hswebforms>cabal install haskelldb > > [ > > 2:02AM] > > > > 'haskelldb-0.10' is cached. > > > > [1 of 1] Compiling Main ( Setup.hs, dist/setup/Main.o ) > > > > Linking dist/setup/setup ... > > > > Configuring haskelldb-0.10... > > > > Warning: No 'build-type' specified. If possible use > 'build-type: Simple'. > > > > Preprocessing library haskelldb-0.10... > > > > Building haskelldb-0.10... > > > > > > > > src/Database/HaskellDB.hs:87:7: > > > > Could not find module `Text.PrettyPrint.HughesPJ': > > > > it is a member of package pretty-1.0.0.0, which is hidden > > > > cabal: Error: some packages failed to install: > > > > haskelldb-0.10 failed during the building phase. > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > > > > The latest release on Hackage is not even updated for the split-base > > of GHC 6.8.x. > > > > Since the Darcs repository worked fine, I think a sdist tarball needs > > to be made and uploaded. > > Yes, this is a good idea. Does anyone have anything ready to go in a > new release that they haven't pushed yet? Does the current darcs > version build and work ok enough for the current users? > > > > > Another issue is that <http://haskelldb.sourceforge.net/> says: > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > > > You can also try asking HaskellDB questions in the Haskell IRC > > channel, > > #haskelldb at freenode.net. > > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > > > > #haskelldb was wholly unpopulated when I joined. So this line should > > be removed. > > Yes, thanks for pointing that out. I'll dig up my SourceForge > credentials and try to fix that. > > > > I'm traveling at the moment, so I may take a while to respond to e-mail. Oh, and another thing: It would be great to have a new HSQL release, so that we could release a working haskelldb-hsql. Does anyone feel like prodding the HSQL guys? I seem to recall that HSQL got a new maintainer recently (check the list archives). /Björn |
From: Justin B. <jgb...@gm...> - 2008-03-19 23:42:38
Attachments:
JGBAILEY.03192007.zip.safe
|
On Tue, Mar 18, 2008 at 10:52 AM, Bjorn Bringert <bj...@br...> wrote: > Yes, this is a good idea. Does anyone have anything ready to go in a > new release that they haven't pushed yet? Does the current darcs > version build and work ok enough for the current users? Bjorn, You'll find attached a patch which adds the ability to recover field information from a Query. I originally proposed the idea back in January[1] - finally got a patch ready. I found a need for it when generating SQL and other meta-data from queries - I needed to know the types of each column in my query but couldn't get that out of the Query monad easily. This patch does it. It also patches the cabal file so the library is compiled with -O2 under GHC and gives a homepage so a link will show up on the hackage page. Justin [1] http://tinyurl.com/3y84al (or http://sourceforge.net/mailarchive/forum.php?thread_name=a45dff840801241048w24cadd3aob0291ff6933ab9b2%40mail.gmail.com&forum_name=haskelldb-users) |
From: Bjorn B. <bj...@br...> - 2008-03-22 22:53:56
|
On Thu, Mar 20, 2008 at 12:42 AM, Justin Bailey <jgb...@gm...> wrote: > On Tue, Mar 18, 2008 at 10:52 AM, Bjorn Bringert <bj...@br...> wrote: > > Yes, this is a good idea. Does anyone have anything ready to go in a > > new release that they haven't pushed yet? Does the current darcs > > version build and work ok enough for the current users? > > Bjorn, > > You'll find attached a patch which adds the ability to recover field > information from a Query. I originally proposed the idea back in > January[1] - finally got a patch ready. I found a need for it when > generating SQL and other meta-data from queries - I needed to know the > types of each column in my query but couldn't get that out of the > Query monad easily. This patch does it. > > It also patches the cabal file so the library is compiled with -O2 > under GHC and gives a homepage so a link will show up on the hackage > page. > > Justin Thanks! I have pushed this now. /Björn |