silkapp / rest

Packages for defining APIs, running them, generating client code and documentation.
http://silkapp.github.io/rest
390 stars 52 forks source link

Build failure with rest-client-0.5.2.1 #157

Closed DanBurton closed 6 years ago

DanBurton commented 6 years ago

As seen on the Stackage build server:

Building library for rest-client-0.5.2.1..

src/Rest/Client/Internal.hs:8:0: error:
     fatal error: overlapping-compat.h: No such file or directory
     #include "overlapping-compat.h"
     ^
  |
8 | #include "overlapping-compat.h"
  | ^
compilation terminated.
`gcc' failed in phase `C pre-processor'. (Exit code: 1)
DanBurton commented 6 years ago

I was able to reproduce this on my local machine like so:

$ stack unpack rest-client-0.5.2.1
$ cd rest-client-0.5.2.1
$ echo 'resolver: nightly-2018-01-25' > stack.yaml
$ stack test