|
|
|
|
|
by tresta
5332 days ago
|
|
Hmmm... won't install with ghc 7.0.4: $ cabal install berp
Resolving dependencies...
cabal: dependencies conflict: ghc-7.0.4 requires containers ==0.4.0.0 however
containers-0.4.0.0 was excluded because berp-0.0.2 requires containers <0.4
|
|
This is what you should do:
1. checkout berp from GitHub
2. try to build using cabal in the checked out source tree
3. if there are failing dependencies, hack Cabal build files. this case is probably trivial and berp developers have left containers < 0.4 without a good reason (I may be wrong here, see what's changed in the "containers" package).
4. go to step 2, repeat until software is built
5. submit the change to github, file pull request