Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 567244 - dev-util/bustle-0.5.1 needs >=dev-haskell/mtl-2.2.1 to build
Summary: dev-util/bustle-0.5.1 needs >=dev-haskell/mtl-2.2.1 to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-01 12:14 UTC by Marinus Schraal
Modified: 2015-12-06 20:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marinus Schraal 2015-12-01 12:14:28 UTC
See https://github.com/wjt/bustle/commit/941806b1cf373685429170acd4d65cbf77dd682c . Apparently the Control.Monad.Except is only in said version and up. Otherwise the build dies as follows:

---

>>> Compiling source in /var/tmp/portage/dev-util/bustle-0.5.1/work/bustle-0.5.1 ...
./setup build
Building bustle-0.5.1...
Preprocessing executable 'bustle' for bustle-0.5.1...

Bustle/Loader.hs:29:8:
    Could not find module ‘Control.Monad.Except’

---

On a sidenote, there is also a 0.5.2 version.

Reproducible: Always
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2015-12-06 20:53:57 UTC
Nice catch! Pushed as: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ddd1b287eb10473867dec11aad2b058f131fc96

Thank you!