In the message "Re: HDBC >= 2.2.7.0 breaks haskelldb-hdbc "
                 
<cabpxb2kq1bgr6+bkyhhdqczpoflqwyet3y7ydwxj8xk0djo...@mail.gmail.com>
Justin Bailey wrote:
> I'm in the process of moving HaskellDB to GitHub. Please submit your
> patch there:

>   https://github.com/m4dc4p/haskelldb

I forked this repository and made pull request .

 https://github.com/m4dc4p/haskelldb/pull/4

> On Wed, Oct 10, 2012 at 9:10 PM, Kei HIBINO <[email protected]> wrote:
> >
> > Hi,
> >
> > I updated a bugfix patch previously sent one.
> >  ([Subject: HDBC >= 2.2.7.0 breaks haskelldb-hdbc]
> >   http://sourceforge.net/mailarchive/message.php?msg_id=29139981)
> >
> > Updated patch is attached in this message as 'normalize-field.diff'
> >
> > I want to use fixed codes from Debian systems.
> > Please tell me if there is anything I can do.
> >
> >
> > I have checked repository (http://code.haskell.org/haskelldb) changes of
> > haskelldb-hdbc from haskelldb-hdbc-2.1.0(newest version of haskelldb-hdbc 
> > on hackage).
> > A little diff is found like below.
> >
> >
> > Regards.
> >
> >
> > diff -ubr haskelldb-hdbc-2.1.0/Database/HaskellDB/HDBC.hs 
> > haskelldb/driver-hdbc/Database/HaskellDB/HDBC.hs
> > --- haskelldb-hdbc-2.1.0/Database/HaskellDB/HDBC.hs     2012-10-10 
> > 11:32:34.788662463 +0900
> > +++ haskelldb/driver-hdbc/Database/HaskellDB/HDBC.hs    2012-10-09 
> > 17:33:44.000000000 +0900
> > @@ -55,6 +55,7 @@
> >                  dbTables       = hdbcTables          connection,
> >                  dbDescribe     = hdbcDescribe        connection,
> >                  dbTransaction  = hdbcTransaction     connection,
> > +                 dbCommit       = HDBC.commit         connection,
> >                  dbCreateDB     = hdbcCreateDB    gen connection,
> >                  dbCreateTable  = hdbcCreateTable gen connection,
> >                  dbDropDB       = hdbcDropDB      gen connection,
> >
> > --
> > -- Kei Hibino
> > -- [email protected]
> > --
> >


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/87sj9jn53t.wl%[email protected]

Reply via email to