hdbc / hdbc-odbc

ODBC driver for HDBC
BSD 3-Clause "New" or "Revised" License
26 stars 34 forks source link

Hackage docs not building #24

Closed Profpatsch closed 8 years ago

Profpatsch commented 8 years ago

There have been no hackage docs since 2.2.3.2.

Profpatsch commented 8 years ago

Errors are on this line:

  -- | This is rather hacky, I just replicate the behaviour of a previous version

and here

data BoundValue = BoundValue
  -- | Type of the value in the buffer
  { bvValueType         :: !(#{type SQLSMALLINT})
hesselink commented 8 years ago

Thanks! I'll see if I can get a release out soon.

hesselink commented 8 years ago

Hmm, I didn't realize this was hdbc-odbc, for which I'm not a maintainer on hackage, even though I can commit on github. @anton-dessiatov Could you do a release (2.5.0.1)? It looks like all changes since 2.5.0.0 were doc/readme changes.

anton-dessiatov commented 8 years ago

Done!