haskell / c2hs

c2hs is a pre-processor for Haskell FFI bindings to C libraries
http://hackage.haskell.org/package/c2hs
Other
197 stars 50 forks source link

Fix test compilation #245 #252

Closed nganhkhoa closed 3 years ago

nganhkhoa commented 4 years ago

The project builds fine, why should we report the status as failing due to some test compilation failure?

As stated in the issue, Shelly 1.9 removes String supports and uses Text for arguments to cmd. So I just T.pack them all and deliver this pull request. It builds just find on my machine.