Closed LucianU closed 5 years ago
I've hit this as well now too, a release would be great.
Ping, any chance we can get a release?
Until the author releases a new Hackage version I'm getting around this by adding the following to my stack.yaml
:
packages:
# ... other packages ...
- location:
git: https://github.com/bjpop/language-python.git
# latest commit sha as of this writing
commit: 98958701b6825e90bb4dbea9372dcee1eab92f2a
extra-dep: true
# ... other packages ...
This compiles along with the allow-newer: true
(also stack.yaml
) config option on lts-13.5
.
Sorry for the delay. I'm trying to make a release now. Ran into a hurdle with my hackage account. Once that is resolved, a new release will be made ASAP.
I've now made a release on Hackage. Latest version number is 0.5.6.
You can find it here:
http://hackage.haskell.org/package/language-python-0.5.6
Very sorry for the delays.
No problem, thanks for releasing!
On Mon, Feb 4, 2019, 3:40 PM Bernie Pope <notifications@github.com wrote:
Closed #42 https://github.com/bjpop/language-python/issues/42.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/bjpop/language-python/issues/42#event-2117070526, or mute the thread https://github.com/notifications/unsubscribe-auth/AAv610cRAAmkHn1jdtH4IOMN3wJNV581ks5vKLbXgaJpZM4Y58Ar .
I tried to install
language-python
from Hackage and it didn't compile with GHC 8.4, because of issues fixed here 0a7b671e7deea6ec731433d1d1ed967daf122535. It would be great if you could make this fix available on Hackage.