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 for 1.14.1 with pre FTP base #151

Closed phadej closed 8 years ago

phadej commented 8 years ago
[8 of 8] Compiling Rest.Types.Container ( src/Rest/Types/Container.hs, dist/dist-sandbox-302b47de/build/Rest/Types/Container.o )

src/Rest/Types/Container.hs:41:64:
    Not in scope: type constructor or class ‘Foldable’

src/Rest/Types/Container.hs:41:74:
    Not in scope: type constructor or class ‘Traversable’
hesselink commented 8 years ago

Fixed in rest-types 1.1.14.1. Thanks for the report!