creswick / cabal-dev

A wrapper program around cabal and cabal-install that maintains sandboxed build environments.
BSD 3-Clause "New" or "Revised" License
150 stars 24 forks source link

catch of Control.Exception instead of Prelude #71

Closed RubenAstudillo closed 12 years ago

RubenAstudillo commented 12 years ago

With ghc 7.6.1 catch isn't exported with Prelude, so I changed it to use the ones from Control.Exception I needed to add ScopedTypeVariables to do this.

I also removed the upper-bound to the packages on the .cabal so now it works on haskell 7.6.1

This is my first patch for this project so feel free to critic! :-)

RubenAstudillo commented 12 years ago

uh oh. Somebody had already summited a pull request for a similar patch. I don't know which one fit more the style of the project though

jtdaugherty commented 12 years ago

I'm closing this in favor of https://github.com/creswick/cabal-dev/pull/72. Please see the comments in the other pull request for details. Thank you!