With ghc-8.6.5 I cannot build with these patches:
[...]
Building http-conduit-2.3.8.2 (lib)
Failed to build http-conduit-2.3.8.2.
Build log (
/home/ben/.cabal/logs/ghc-8.6.5/http-conduit-2.3.8.2-
3cbf20cda03d5edcabeb136f37e22f62f1
):
Configuring library for http-conduit-2.3.8.2..
Preprocessing library for http-conduit-2.3.8.2..
Building library for http-conduit-2.3.8.2..
[1 of 3] Compiling Network.HTTP.Client.Conduit (
Network/HTTP/Client/Conduit.hs, dist/b
[2 of 3] Compiling Network.HTTP.Conduit ( Network/HTTP/Conduit.hs,
dist/build/Network/H
[3 of 3] Compiling Network.HTTP.Simple ( Network/HTTP/Simple.hs,
dist/build/Network/HTT
Network/HTTP/Simple.hs:106:1: error:
Could not find module ‘Data.Aeson.Parser’
Use -v to see a list of the files searched for.
|
106 | import Data.Aeson.Parser (json')
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: cabal: Failed to build http-conduit-2.3.8.2 (which is
required by
darcs-2.17.2). See the build log above for details.
|