]> git.immae.eu Git - github/fretlink/text-pipes.git/commit
Removed use of CPP to guard Trustworthy
authorGabriel Gonzalez <Gabriel439@gmail.com>
Thu, 6 Feb 2014 04:04:07 +0000 (11:04 +0700)
committerGabriel Gonzalez <Gabriel439@gmail.com>
Thu, 6 Feb 2014 04:04:07 +0000 (11:04 +0700)
commit9667f79789b7c3e3b0a31eaf61b2e09a0346af62
tree72544584a8bba238a0c47f5beab21bf88df9083d
parenta008fca5db4c33cf639f095c53bc60737f72e1fb
Removed use of CPP to guard Trustworthy

The CPP guard is only required for GHC 7.2 and older, but even Debian stable
packs GHC 7.4.  Also, CPP currently causes problems on OSX because of the
transition to clang so I'm currently being very conservative about using it.
When I originally started using the CPP guards GHC 6.12 was still a supported
compiler for `pipes`, but it's not any longer.
Pipes/Text.hs