mueval icon indicating copy to clipboard operation
mueval copied to clipboard

push current version to hackage and/or bump version number

Open jwaldmann opened this issue 9 years ago • 7 comments

I cannot build mueval from hackage with ghc-7.8.4

Preprocessing library mueval-0.9.1.1...

Mueval/Interpreter.hs:15:18:
    Could not find module ‘System.IO.UTF8’
    It is a member of the hidden package ‘utf8-string-0.3.8’.

I can build the version from github but it's confusing because both claim to be 0.9.1.1

Please push a working version to hackage.

jwaldmann avatar Apr 03 '15 02:04 jwaldmann

A (useful, I think) partial fix would be to use hackage's package description editing feature and put an upper bound (<1) on the utf8-string dependency in the released versions.

int-e avatar May 08 '15 13:05 int-e

Is this package still maintained?

peti avatar May 28 '15 07:05 peti

Same problem here... :cry:

poying avatar Jun 05 '15 04:06 poying

A new version would be great! I'm in need of the 7.10.1 support and greatly looking forward to the new --type-only feature added by @chrisdone.

purefn avatar Jun 09 '15 17:06 purefn

While upgrading the Debian package, I stumbled over this. I’d appreciate a new upload with utf8-string-1 compatibility, and also, please consider adding your package to stackage (http://www.stackage.org/authors), so that this kind of QA comes automatically, and not from your users. Thanks!

nomeata avatar Jun 27 '15 13:06 nomeata

Any news on this issue?

nomeata avatar Jul 01 '15 17:07 nomeata

Latest release dropped the utf8-string dependency.

bergmark avatar Jul 04 '15 07:07 bergmark