simonmar / parconc-examples

Sample code to accompany the book "Parallel and Concurrent Programming in Haskell"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ByteStringCompat.hs does not compile with ghc 7.6.3

mikelalcon opened this issue · comments

$ ghc ByteStringCompat.hs

ByteStringCompat.hs:8:0:
error: missing binary operator before token "("

Unfortunately it only builds with Cabal. I couldn't figure out a good way to make it compile both with Cabal and manually - suggestions welcome.

Yeah, I agree.
In my case I updated to bytestring 0.10 and removed the dependency.