haskell / text

Haskell library for space- and time-efficient operations over Unicode text.
http://hackage.haskell.org/package/text
BSD 2-Clause "Simplified" License
408 stars 159 forks source link

Data.Text.Foreign: added peekCString #599

Closed TristanCacqueray closed 4 months ago

TristanCacqueray commented 6 months ago

Fixes: #239

Bodigrim commented 6 months ago

@TristanCacqueray could you add a test please?

TristanCacqueray commented 6 months ago

@Bodigrim sure, well there was no test for Data.Text.Foreign, so I added new ioProperties. Please let me know if that's what you want.

TristanCacqueray commented 4 months ago

@Lysxia Hello, could you please have a look?

Lysxia commented 4 months ago

This fell off my todolist. Sorry for the delay!