Discussion:
[hakyll] Can't Install Hakyll Using Stack
h***@gmail.com
2016-11-04 19:20:35 UTC
Permalink
Hi, Sorry if this is a noob problem but I've been trying to install hakyll
on Ubuntu 16.04 using stack.

I'm running: stack install hakyll
and getting the message:

While constructing the build plan, the following exceptions were
encountered:

In the dependencies for hakyll-4.9.1.0:
http-conduit-2.1.11 must match >=2.2 && <2.3 (latest applicable is
2.2.3)

Plan construction failed.

However, the only version of http-conduit I see when using ghc-pkg list is
http-conduit-2.2.3

Does anyone know what is going on here?
--
You received this message because you are subscribed to the Google Groups "hakyll" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hakyll+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jasper Van der Jeugt
2016-11-04 19:50:18 UTC
Permalink
You are probably using the current `lts-7.7` resolver. Hakyll is not
in there because there were some dependency issues with Pandoc. Try
using the latest nightly:

stack install hakyll --resolver nightly-2016-11-04

Peace,
Jasper
Post by h***@gmail.com
Hi, Sorry if this is a noob problem but I've been trying to install hakyll
on Ubuntu 16.04 using stack.
I'm running: stack install hakyll
While constructing the build plan, the following exceptions were
http-conduit-2.1.11 must match >=2.2 && <2.3 (latest applicable is
2.2.3)
Plan construction failed.
However, the only version of http-conduit I see when using ghc-pkg list is
http-conduit-2.2.3
Does anyone know what is going on here?
--
You received this message because you are subscribed to the Google Groups "hakyll" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "hakyll" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hakyll+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
r***@gmail.com
2016-12-23 01:08:08 UTC
Permalink
Thanks. It works for me.
Post by Jasper Van der Jeugt
You are probably using the current `lts-7.7` resolver. Hakyll is not
in there because there were some dependency issues with Pandoc. Try
stack install hakyll --resolver nightly-2016-11-04
Peace,
Jasper
Post by h***@gmail.com
Hi, Sorry if this is a noob problem but I've been trying to install
hakyll
Post by h***@gmail.com
on Ubuntu 16.04 using stack.
I'm running: stack install hakyll
While constructing the build plan, the following exceptions were
http-conduit-2.1.11 must match >=2.2 && <2.3 (latest applicable is
2.2.3)
Plan construction failed.
However, the only version of http-conduit I see when using ghc-pkg list
is
Post by h***@gmail.com
http-conduit-2.2.3
Does anyone know what is going on here?
--
You received this message because you are subscribed to the Google
Groups
Post by h***@gmail.com
"hakyll" group.
To unsubscribe from this group and stop receiving emails from it, send
an
Post by h***@gmail.com
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "hakyll" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hakyll+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...